FarPoint.Win.Spread
AlternatingRow Class
Members  See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : AlternatingRow Class


Represents a set of style information for alternating rows in the component.

Object Model








Syntax

Visual Basic (Declaration) 
Public Class AlternatingRow 
Visual Basic (Usage)Copy Code
Dim instance As AlternatingRow
C# 
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