AlternatingRowStyle Property (Split)
In This Topic
Gets or sets a value indicating whether the split uses the
OddRowStyle for odd-numbered rows and
EvenRowStyle for even-numbered rows.
Syntax
'Declaration
Public Property AlternatingRowStyle As Boolean
public bool AlternatingRowStyle {get; set;}
See Also