MESCIUS SPREAD for Windows Forms 17.0J
CanFocus プロパティ (Row)

この行のセルのデフォルトのCanFocus設定を取得または設定します。
構文
'Declaration
 
Public Property CanFocus As Boolean
public bool CanFocus {get; set;}

プロパティ値

Boolean:行のセルがフォーカスを受け取る場合は True、それ以外の場合は False
fpSpread1.ActiveSheet.Row[2].CanFocus = false;
FpSpread1.ActiveSheet.Row(2).CanFocus = False
参照

Row クラス
Row メンバ

 

 


© MESCIUS inc. All rights reserved.