棒の色を個別に設定します。
シンタックス
'宣言
Public Sub SetBarColor( _
ByVal column As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Drawing.Color _
)
public void SetBarColor(
System.int column,
System.int ,
System.Drawing.Color
)
パラメータ
- column
- 列インデックス。
- row
- 行インデックス。
- color
- 棒の色。
参照