[]
Gets an IRange object which represents the entire worksheet cells (not just the cells that are currently in use).
IRange Cells { get; }
ReadOnly Property Cells As IRange
Type | Description |
---|---|
IRange | An IRange object which provide access to cell values, formulas, formatting... |
Using this property without an object qualifier returns an IRange object that represents all the cells on the active worksheet.