ValueFormat Свойство (OmrFieldTemplateTable)
Возвращает или задает строку формата, которая должна применяться к значению распознанной группы полей.
'Declaration
<DescriptionAttribute("The format string that should be applied to the value of recognized field group.")>
Public Overrides Property ValueFormat As System.String
[Description("The format string that should be applied to the value of recognized field group.")]
public override System.String ValueFormat { get; set; }
[Description("The format string that should be applied to the value of recognized field group.")]
public: __property System.String get_ValueFormat(); override;
public: __property void set_ValueFormat(
System.String
); override;
[Description("The format string that should be applied to the value of recognized field group.")]
public:
property System.String ValueFormat {
System.String get() override;;
void set(System.String ) override;;
}
Property Value
Это свойство всегда возвращает
null, что означает форматирование по умолчанию, в котором используются значения ячеек (
CellValues), разделитель ячеек. (
CellSeparator) и разделитель сегментов (
SegmentSeparator).
Целевые платформы: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5