public virtual Nullable<float> ColumnWidth { get; set; }
Public Overridable Property ColumnWidth As Nullable(Of Single) Get Set
public: virtual property Nullable<float> ColumnWidth { Nullable<float> get (); void set (Nullable<float> value); }