'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 value
); 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 value) override;; }
Property Value
Это свойство всегда возвращает null, что означает форматирование по умолчанию, в котором используются значения ячеек (CellValues), разделитель ячеек. (CellSeparator) и разделитель сегментов (SegmentSeparator).