Spread Windows Forms 12.0 Product Documentation
Cells Property (IRowHeader)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRowHeader Interface : Cells Property
Gets an IRange object which represents the entire row header cells (not just the cells that are currently in use).
Syntax
'Declaration
 
ReadOnly Property Cells As IRange
'Usage
 
Dim instance As IRowHeader
Dim value As IRange
 
value = instance.Cells
IRange Cells {get;}

Property Value

An IRange object which provide access to cell values, formulas, formatting...
See Also

Reference

IRowHeader Interface
IRowHeader Members