PowerTools SPREAD for Windows Forms 8.0J
InputScope プロパティ (Row)


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

Row クラス
Row メンバ

 

 


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