PowerTools SPREAD for ASP.NET 8.0J
Columns プロパティ (FpSpread)

Spreadコンポーネントのアクティブシートのクライアント領域にある列を取得します。
構文
'Declaration
 
Public ReadOnly Property Columns As Columns
public Columns Columns {get;}

プロパティ値

現在選択されているシートのデータ領域の列を含むColumnsオブジェクト
解説
このプロパティは実行時のみ使用できます。
この例では、Columnsプロパティを使用し、先頭列の背景色を変更します。
FpSpread1.Columns[0].BackColor = Color.Yellow;
FpSpread1.Columns(0).BackColor = Color.Yellow
参照

FpSpread クラス
FpSpread メンバ
Rows プロパティ
Columns クラス

開発者の手引き

行と列

 

 


© 2003-2015, GrapeCity inc. All rights reserved.