FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Row Class : Remove Method |
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
Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional