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