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


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

    Property Value

    AlternatingRows object containing the information for alternating the formatting of rows in the sheet corner
    Example
    This example modifies the appearance of the sheet corner.
    See Also