Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / AlternatingRow Class
Members


In This Topic
    AlternatingRow Class
    In This Topic
    Represents a set of style information for alternating rows in the component.
    Object Model
    AlternatingRow ClassBackground ClassBorder ClassICellType InterfaceIEditor InterfaceIFormatter InterfaceInset ClassAlternatingRows ClassAlternatingRow ClassIRenderer Interface
    Syntax
    'Declaration
     
    
    Public Class AlternatingRow 
    'Usage
     
    
    Dim instance As AlternatingRow
    public class AlternatingRow 
    Remarks

    You can create alternating row styles for rows in the column header, the row header, or spreadsheet row. You can create multiple styles, that are used sequentially in the rows you designate. For example, you can create two alternating row styles, and they are used in every second and third row.

    For more information on alternating rows, refer to Creating Alternating Rows

    Inheritance Hierarchy

    System.Object
       FarPoint.Web.Spread.AlternatingRow

    See Also