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

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

Protected Properties

Property Type Description
GridWeb1 global::Aspose.Cells.GridWeb.GridWeb
RegularExpressionValidator global::System.Web.UI.WebControls.RegularExpressionValidator
RegularExpressionValidator2 global::System.Web.UI.WebControls.RegularExpressionValidator
RegularExpressionValidator3 global::System.Web.UI.WebControls.RegularExpressionValidator
RegularExpressionValidator4 global::System.Web.UI.WebControls.RegularExpressionValidator
RequiredFieldValidator1 global::System.Web.UI.WebControls.RequiredFieldValidator
RequiredFieldValidator2 global::System.Web.UI.WebControls.RequiredFieldValidator
RequiredFieldValidator3 global::System.Web.UI.WebControls.RequiredFieldValidator
RequiredFieldValidator4 global::System.Web.UI.WebControls.RequiredFieldValidator
ValidationSummary1 global::System.Web.UI.WebControls.ValidationSummary
btnFreeze global::System.Web.UI.WebControls.Button
btnUnfreeze global::System.Web.UI.WebControls.Button
txtColumn global::System.Web.UI.WebControls.TextBox
txtNoOfColumns global::System.Web.UI.WebControls.TextBox
txtNoOfRows global::System.Web.UI.WebControls.TextBox
txtRow global::System.Web.UI.WebControls.TextBox

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
btnFreeze_Click ( object sender, EventArgs e ) : void
btnUnfreeze_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

btnFreeze_Click() protected method

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

btnUnfreeze_Click() protected method

protected btnUnfreeze_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

RegularExpressionValidator protected property

RegularExpressionValidator control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RegularExpressionValidator RegularExpressionValidator
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

RegularExpressionValidator3 protected property

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

RegularExpressionValidator4 protected property

RegularExpressionValidator4 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RegularExpressionValidator RegularExpressionValidator4
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

RequiredFieldValidator3 protected property

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

RequiredFieldValidator4 protected property

RequiredFieldValidator4 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator RequiredFieldValidator4
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

btnFreeze protected property

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

btnUnfreeze protected property

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

txtColumn protected property

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

txtNoOfColumns protected property

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

txtNoOfRows protected property

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

txtRow protected property

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