Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheetStyles Interface / AlternatingRows Property


In This Topic
    AlternatingRows Property (IWorksheetStyles)
    In This Topic
    Gets an IAlternatingStyles object for the alternating rows in the data area of the sheet.
    Syntax
    'Declaration
     
    
    ReadOnly Property AlternatingRows As IAlternatingStyles
    'Usage
     
    
    Dim instance As IWorksheetStyles
    Dim value As IAlternatingStyles
     
    value = instance.AlternatingRows
    IAlternatingStyles AlternatingRows {get;}
    See Also