'Declaration <DescriptionAttribute("A value that is used if value of row or column is undefined.")> <DefaultValueAttribute("")> Public Property UndefinedValue As System.String
[Description("A value that is used if value of row or column is undefined.")] [DefaultValue("")] public System.String UndefinedValue { get; set; }
[Description("A value that is used if value of row or column is undefined.")] [DefaultValue("")] public: __property System.String get_UndefinedValue(); public: __property void set_UndefinedValue(
System.String value
);
[Description("A value that is used if value of row or column is undefined.")] [DefaultValue("")] public:
property System.String UndefinedValue { System.String get(); void set(System.String value); }
Property Value
Значение по умолчанию - string.Empty.