Gets a new alternating row for the specified alternating row.
This example changes the background color of the specified alternating row.
ColorDialog cd = new ColorDialog();
if (cd.ShowDialog() == DialogResult.OK)
{
fpSpread1.ActiveSheet.AlternatingRows[0].BackColor = cd.Color;
}
Dim cd As New ColorDialog()
If cd.ShowDialog = DialogResult.OK Then
FpSpread1.ActiveSheet.AlternatingRows.Item(0).BackColor = cd.Color
End If
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8