'Declaration
ReadOnly Property ColumnCount As System.Integer
'Usage
Dim instance As IRange Dim value As System.Integer value = instance.ColumnCount
System.int ColumnCount {get;}
read-only property ColumnCount: System.Integer;
function get ColumnCount : System.int
__property System.int get_ColumnCount();
property System.int ColumnCount { System.int get(); }