MESCIUS SPREAD for ASP.NET 10.0J
Editor プロパティ (AlternatingRow)

この交互行のセルのエディタを取得または設定します。
構文
'Declaration
 
Public Property Editor As IEditor
public IEditor Editor {get; set;}

プロパティ値

この交互行のセルのエディタを含むIEditorオブジェクト
この例では、先頭の交互行のエディタを設定します。
FarPoint.Web.Spread.Editor.CheckBoxEditor ed = new FarPoint.Web.Spread.Editor.CheckBoxEditor();
FarPoint.Web.Spread.AlternatingRow ar;
ed.Text = "True/False?";
ar = FpSpread1.ActiveSheetView.AlternatingRows[0];
ar.Editor = ed;
Dim ed As New FarPoint.Web.Spread.Editor.CheckBoxEditor
Dim ar As FarPoint.Web.Spread.AlternatingRow
ed.Text = "True/False?"
ar = FpSpread1.ActiveSheetView.AlternatingRows(0)
ar.Editor = ed
参照

AlternatingRow クラス
AlternatingRow メンバ
IEditor インタフェース

 

 


© MESCIUS inc. All rights reserved.