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

交互行のInputScopeを取得または設定します。
構文
'宣言
 
Public Property InputScope As InputScopeNameValue
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 メンバ

 

 


© MESCIUS inc. All rights reserved.