Cells Property (Worksheet)
Gets an
IRange instance which represents the entire worksheet cells.
'Declaration
Public ReadOnly Property Cells As IRange
'Usage
Dim instance As Worksheet
Dim value As IRange
value = instance.Cells
public IRange Cells {get;}
Property Value
An
IRange instance which provide access to cell values, formulas, formatting...