Cells Property (IWorksheet)
Gets an
IRange object which represents the entire worksheet cells (not just the cells that are currently in use).
'Declaration
ReadOnly Property Cells As IRange
'Usage
Dim instance As IWorksheet
Dim value As IRange
value = instance.Cells
Property Value
An
IRange object which provide access to cell values, formulas, formatting...