'Declaration Public Property DefaultColumnWidth As System.Nullable(Of Double)
public System.Nullable<double> DefaultColumnWidth { get; set; }
public: __property System.Nullable<double> get_DefaultColumnWidth(); public: __property void set_DefaultColumnWidth(
System.Nullable<double> value
);
public:
property System.Nullable<double> DefaultColumnWidth { System.Nullable<double> get(); void set(System.Nullable<double> value); }