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


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

AlternatingRow クラス
AlternatingRow メンバ

 

 


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