個々の棒の色を取得します。
シンタックス
'宣言
Public Function GetBarColor( _
ByVal column As System.Integer, _
ByVal As System.Integer _
) As System.Drawing.Color
public System.Drawing.Color GetBarColor(
System.int column,
System.int
)
パラメータ
- column
- 列インデックス。
- row
- 行インデックス。
戻り値の型
棒の色。
参照