FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / RowHeader Class / Cells Property
Example


Cells Property (RowHeader)
Gets a Cells object for the cells in the row header.
Syntax
'Declaration
 
Public ReadOnly Property Cells As Cells
 
'Usage
 
Dim instance As RowHeader
Dim value As Cells
 
value = instance.Cells

Property Value

Cells object with the cells in this row header
Remarks
This property is available at run time only.
Example
This example changes the background color of the first cell in the row header to red.
See Also