'Declaration Public Sub Remove()
'Declaration
Public Sub Remove()
public void Remove()
FarPoint.Web.Spread.Row r; r = FpSpread1.ActiveSheetView.Rows[0]; if(IsPostBack) { r.Remove(); }
Dim r As FarPoint.Web.Spread.Row r = FpSpread1.ActiveSheetView.Rows(0) If IsPostBack Then r.Remove() End If
Row クラス Row メンバ
© 2003-2015, GrapeCity inc. All rights reserved.