Cells Property (Worksheet)
In This Topic
Gets the two-dimensional collection of Cell objects.
Syntax
'Declaration
Public ReadOnly Property Cells As Cells
'Usage
Dim instance As Worksheet
Dim value As Cells
value = instance.Cells
public Cells Cells {get;}
Property Value
The two-dimensional collection of Cell objects.
Example
This example uses the Cells property.
See Also