'Declaration
ReadOnly Property RowHeightDefined As System.Boolean
'Usage
Dim instance As IRange Dim value As System.Boolean value = instance.RowHeightDefined
System.bool RowHeightDefined {get;}
read-only property RowHeightDefined: System.Boolean;
function get RowHeightDefined : System.boolean
__property System.bool get_RowHeightDefined();
property System.bool RowHeightDefined { System.bool get(); }