'DeclarationReadOnly Property RowCount As System.Integer
'UsageDim instance As IRange Dim value As System.Integer value = instance.RowCount
System.int RowCount {get;}
read-only property RowCount: System.Integer;
function get RowCount : System.int
__property System.int get_RowCount();
property System.int RowCount { System.int get(); }