MESCIUS SPREAD for ASP.NET 10.0J
Cells プロパティ (ColumnHeader)

列ヘッダのセルのCellsオブジェクトを取得します。
構文
'Declaration
 
Public ReadOnly Property Cells As Cells
public Cells Cells {get;}

プロパティ値

この列ヘッダのセルを含むCellsオブジェクト
解説
このプロパティは実行時のみ使用できます。
次のサンプルコードは、列ヘッダ内の最初のセルの背景色を赤に変更します。
FarPoint.Web.Spread.ColumnHeader colhdr;
colhdr = FpSpread1.ActiveSheetView.ColumnHeader;
colhdr.Cells[0, 0].BackColor = Color.Red;
Dim colhdr As FarPoint.Web.Spread.ColumnHeader
colhdr = FpSpread1.ActiveSheetView.ColumnHeader
colhdr.Cells.Item(0, 0).BackColor = Color.Red
参照

ColumnHeader クラス
ColumnHeader メンバ
Cells クラス

開発者の手引き

ヘッダ

 

 


© MESCIUS inc. All rights reserved.