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


In This Topic
    AlternatingRows Property (RowHeader)
    In This Topic
    Gets the alternating rows information for the row header.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AlternatingRows As AlternatingRows
    'Usage
     
    
    Dim instance As RowHeader
    Dim value As AlternatingRows
     
    value = instance.AlternatingRows
    public AlternatingRows AlternatingRows {get;}

    Property Value

    AlternatingRows object containing the alternating rows for this row header
    Example
    This example sets up the alternating rows of the sheet and assigns different background colors to those rows, and then returns  to a list box the number of alternating rows in the row header.
    See Also