ValueFormat Property (OmrFieldTemplateTable)
Gets or sets the format string that should be applied to the value of recognized field group.
'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
This property always returns
null which means default formatting that uses cell values (
CellValues), cell separator (
CellSeparator) and segment separator (
SegmentSeparator).
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5