public System.double MinHeight {get; set;}
public read-write property MinHeight: System.Double;
public function get,set MinHeight : System.double
public: __property System.double get_MinHeight(); public: __property void set_MinHeight( System.double value );
'Declaration
Public Property MinHeight As System.Double
'Usage
Dim instance As WorkbookView Dim value As System.Double instance.MinHeight = value value = instance.MinHeight