'Declaration <DefaultValueAttribute("")> <DescriptionAttribute("A value that is used if value of row or column is undefined.")> Public Property UndefinedValue As System.String
[DefaultValue("")] [Description("A value that is used if value of row or column is undefined.")] public System.String UndefinedValue { get; set; }
[DefaultValue("")] [Description("A value that is used if value of row or column is undefined.")] public: __property System.String get_UndefinedValue(); public: __property void set_UndefinedValue(
System.String value
);
[DefaultValue("")] [Description("A value that is used if value of row or column is undefined.")] public:
property System.String UndefinedValue { System.String get(); void set(System.String value); }
Property Value
Default value is string.Empty.