'DeclarationReadOnly Property CellCount As System.Long
'UsageDim instance As IRange Dim value As System.Long value = instance.CellCount
System.long CellCount {get;}
read-only property CellCount: System.Int64;
function get CellCount : System.long
            __property System.long get_CellCount();
            property System.int64 CellCount {
   System.int64 get();
}