'Declaration
<System.ObsoleteAttribute("Use IRange.CellCount, IRange.RowCount or IRange.ColumnCount")> ReadOnly Property Count As System.Integer
'Usage
Dim instance As IRange Dim value As System.Integer value = instance.Count
[System.Obsolete("Use IRange.CellCount, IRange.RowCount or IRange.ColumnCount")] System.int Count {get;}
read-only property Count: System.Integer;
System.ObsoleteAttribute("Use IRange.CellCount, IRange.RowCount or IRange.ColumnCount") function get Count : System.int
[System.Obsolete("Use IRange.CellCount, IRange.RowCount or IRange.ColumnCount")] __property System.int get_Count();
[System.Obsolete("Use IRange.CellCount, IRange.RowCount or IRange.ColumnCount")] property System.int Count { System.int get(); }