public AlternatingRow this[ int index ]; {get;}
'Declaration Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As AlternatingRow
'Declaration
Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As AlternatingRow
'使用法 Dim instance As AlternatingRows Dim index As Integer Dim value As AlternatingRow value = instance.Item(index)
'使用法
Dim instance As AlternatingRows Dim index As Integer Dim value As AlternatingRow value = instance.Item(index)
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行おきのスタイル
© 2004-2017, GrapeCity inc. All rights reserved.