FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > AlternatingRows Class : Count Property |
'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;}
To create alternating rows, first set the Count property to specify the number of alternating row patterns, then set the properties for each pattern.
fpSpread1.ActiveSheet.AlternatingRows.Count = 3;
FpSpread1.ActiveSheet.AlternatingRows.Count = 3
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8