MESCIUS SPREAD for Windows Forms 15.0J
FocusRectangle プロパティ (CheckBoxCellType)
使用例 

フォーカス矩形が表示されるかどうかを取得または設定します。
構文
'宣言
 
Public Overridable Property FocusRectangle As FocusRectangle
public virtual FocusRectangle FocusRectangle {get; set;}
使用例
次のサンプルコードは、FocusRectangleプロパティを設定します。
FarPoint.Win.Spread.CellType.CheckBoxCellType checkcell = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
checkcell.FocusRectangle = FarPoint.Win.FocusRectangle.Show;
fpSpread1.Sheets[0].Cells[1, 1].CellType = checkcell;
Dim checkcell As New FarPoint.Win.Spread.CellType.CheckBoxCellType
checkcell.FocusRectangle = FarPoint.Win.FocusRectangle.Show
fpSpread1.Sheets(0).Cells(1, 1).CellType = checkcell
参照

CheckBoxCellType クラス
CheckBoxCellType メンバ

 

 


© MESCIUS inc. All rights reserved.