'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;}
'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