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

セルのInputScopeを取得または設定します。
構文
'宣言
 
Public Property InputScope As InputScopeNameValue
public InputScopeNameValue InputScope {get; set;}
使用例
次のサンプルコードは、InputScopeプロパティを設定します。
fpSpread1.ActiveSheet.Cells[0, 0].InputScope = FarPoint.Win.InputScopeNameValue.Number;
FpSpread1.ActiveSheet.Cells(0, 0).InputScope = FarPoint.Win.InputScopeNameValue.Number
参照

Cell クラス
Cell メンバ

 

 


© MESCIUS inc. All rights reserved.