'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;}