Rows Property (Worksheet)
In This Topic
Get an
IRange object that represents all the rows on the worksheet.
Syntax
'Declaration
Public ReadOnly Property Rows As IRange
'Usage
Dim instance As Worksheet
Dim value As IRange
value = instance.Rows
public IRange Rows {get;}
Property Value
The
IRange object which provide access to rows' data.
See Also