GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / EntireRow Property


In This Topic
EntireRow Property
In This Topic
Gets a IRange object that represents the entire row (or rows) that contains the specified range.
Syntax
'Declaration
 
ReadOnly Property EntireRow As IRange
 
'Usage
 
Dim instance As IRange
Dim value As IRange
 
value = instance.EntireRow

Property Value

A IRange object that represents the entire row.
See Also