Spread Windows Forms 12.0 Product Documentation
Count Property (AlternatingRows)
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > AlternatingRows Class : Count Property
Gets or sets the number of alternating row styles in this collection.
Syntax
'Declaration
 
Public Property Count As Integer
'Usage
 
Dim instance As AlternatingRows
Dim value As Integer
 
instance.Count = value
 
value = instance.Count
public int Count {get; set;}

Property Value

Integer number of alternating row styles
Remarks

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

Example
This example specifies the number of alternating rows for the active sheet.
fpSpread1.ActiveSheet.AlternatingRows.Count = 3;
fpSpread1.ActiveSheet.AlternatingRows.Count = 3
See Also

Reference

AlternatingRows Class
AlternatingRows Members

User-Task Documentation

Creating Alternating Rows