Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.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 ClassIBorder InterfaceCellPadding ClassICellType InterfaceIEditor InterfaceIFormatter InterfaceAlternatingRows ClassAlternatingRow ClassIRenderer Interface
    Syntax
    'Declaration
     
    Public Class AlternatingRow 
    'Usage
     
    Dim instance As AlternatingRow
    public class AlternatingRow 
    Remarks

    To create alternating rows, first set the AlternatingRows.Count property to specify the number of alternating row patterns, then set the properties for each pattern.

    Inheritance Hierarchy

    System.Object
       FarPoint.Win.Spread.AlternatingRow

    See Also