Spread Windows Forms 12.0 Product Documentation
EntireRow Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface : EntireRow Property
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
IRange EntireRow {get;}

Property Value

A IRange object that represents the entire row.
See Also

Reference

IRange Interface
IRange Members