C# Class Aspose.Cells.GridWeb.Examples.CSharp.RowsAndColumns.AddRowsColumns

Show file Open project: aspose-cells/Aspose.Cells-for-.NET

Protected Properties

Property Type Description
GridWeb1 global::Aspose.Cells.GridWeb.GridWeb
RegularExpressionValidator1 global::System.Web.UI.WebControls.RegularExpressionValidator
RegularExpressionValidator2 global::System.Web.UI.WebControls.RegularExpressionValidator
RequiredFieldValidator1 global::System.Web.UI.WebControls.RequiredFieldValidator
RequiredFieldValidator2 global::System.Web.UI.WebControls.RequiredFieldValidator
ValidationSummary1 global::System.Web.UI.WebControls.ValidationSummary
ValidationSummary2 global::System.Web.UI.WebControls.ValidationSummary
btnAddColumn global::System.Web.UI.WebControls.Button
btnAddRow global::System.Web.UI.WebControls.Button
btnReload global::System.Web.UI.WebControls.Button
txtColumnIndex global::System.Web.UI.WebControls.TextBox
txtRowIndex global::System.Web.UI.WebControls.TextBox

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
btnAddColumn_Click ( object sender, EventArgs e ) : void
btnAddRow_Click ( object sender, EventArgs e ) : void
btnReload_Click ( object sender, EventArgs e ) : void

Private Methods

Method Description
LoadData ( ) : void

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

btnAddColumn_Click() protected method

protected btnAddColumn_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

btnAddRow_Click() protected method

protected btnAddRow_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

btnReload_Click() protected method

protected btnReload_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

GridWeb1 protected property

GridWeb1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Aspose.Cells.GridWeb.GridWeb GridWeb1
return global::Aspose.Cells.GridWeb.GridWeb

RegularExpressionValidator1 protected property

RegularExpressionValidator1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RegularExpressionValidator RegularExpressionValidator1
return global::System.Web.UI.WebControls.RegularExpressionValidator

RegularExpressionValidator2 protected property

RegularExpressionValidator2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RegularExpressionValidator RegularExpressionValidator2
return global::System.Web.UI.WebControls.RegularExpressionValidator

RequiredFieldValidator1 protected property

RequiredFieldValidator1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator RequiredFieldValidator1
return global::System.Web.UI.WebControls.RequiredFieldValidator

RequiredFieldValidator2 protected property

RequiredFieldValidator2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator RequiredFieldValidator2
return global::System.Web.UI.WebControls.RequiredFieldValidator

ValidationSummary1 protected property

ValidationSummary1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ValidationSummary ValidationSummary1
return global::System.Web.UI.WebControls.ValidationSummary

ValidationSummary2 protected property

ValidationSummary2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ValidationSummary ValidationSummary2
return global::System.Web.UI.WebControls.ValidationSummary

btnAddColumn protected property

btnAddColumn control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnAddColumn
return global::System.Web.UI.WebControls.Button

btnAddRow protected property

btnAddRow control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnAddRow
return global::System.Web.UI.WebControls.Button

btnReload protected property

btnReload control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnReload
return global::System.Web.UI.WebControls.Button

txtColumnIndex protected property

txtColumnIndex control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtColumnIndex
return global::System.Web.UI.WebControls.TextBox

txtRowIndex protected property

txtRowIndex control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtRowIndex
return global::System.Web.UI.WebControls.TextBox