C# Класс Aspose.Cells.GridWeb.Examples.CSharp.RowsAndColumns.DeleteRowsColumns

Наследование: System.Web.UI.Page
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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
btnDeleteColumn global::System.Web.UI.WebControls.Button
btnDeleteRow 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

Защищенные методы

Метод Описание
Page_Load ( object sender, EventArgs e ) : void
btnDeleteColumn_Click ( object sender, EventArgs e ) : void
btnDeleteRow_Click ( object sender, EventArgs e ) : void
btnReload_Click ( object sender, EventArgs e ) : void

Приватные методы

Метод Описание
LoadData ( ) : void

Описание методов

Page_Load() защищенный Метод

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

btnDeleteColumn_Click() защищенный Метод

protected btnDeleteColumn_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

btnDeleteRow_Click() защищенный Метод

protected btnDeleteRow_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

btnReload_Click() защищенный Метод

protected btnReload_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

Описание свойств

GridWeb1 защищенное свойство

GridWeb1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Aspose.Cells.GridWeb.GridWeb GridWeb1
Результат global::Aspose.Cells.GridWeb.GridWeb

RegularExpressionValidator1 защищенное свойство

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
Результат global::System.Web.UI.WebControls.RegularExpressionValidator

RegularExpressionValidator2 защищенное свойство

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
Результат global::System.Web.UI.WebControls.RegularExpressionValidator

RequiredFieldValidator1 защищенное свойство

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
Результат global::System.Web.UI.WebControls.RequiredFieldValidator

RequiredFieldValidator2 защищенное свойство

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
Результат global::System.Web.UI.WebControls.RequiredFieldValidator

btnDeleteColumn защищенное свойство

btnDeleteColumn control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnDeleteColumn
Результат global::System.Web.UI.WebControls.Button

btnDeleteRow защищенное свойство

btnDeleteRow control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnDeleteRow
Результат global::System.Web.UI.WebControls.Button

btnReload защищенное свойство

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
Результат global::System.Web.UI.WebControls.Button

txtColumnIndex защищенное свойство

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
Результат global::System.Web.UI.WebControls.TextBox

txtRowIndex защищенное свойство

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
Результат global::System.Web.UI.WebControls.TextBox