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


In This Topic
    Cells Property (RowHeader)
    In This Topic
    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
    public Cells Cells {get;}

    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