public AlternatingRow this[ int index ]; {get;}
'宣言 Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As AlternatingRow
'宣言
Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As AlternatingRow
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
AlternatingRows クラス AlternatingRows メンバ
1行おきのスタイル
© MESCIUS inc. All rights reserved.