C# Класс Aspose.Cells.GridWeb.Examples.CSharp.Worksheets.ManageHyperlinks

Показать файл Открыть проект

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

Свойство Тип Описание
GridWeb1 global::Aspose.Cells.GridWeb.GridWeb
btnRemoveHyperlinks global::System.Web.UI.WebControls.Button
btnUpdateHyperlinks global::System.Web.UI.WebControls.Button

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

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

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

Метод Описание
AddImageHyPerlinks ( ) : void
AddTextHyperlinks ( ) : void
InitData ( ) : void

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

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

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

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

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

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

protected btnUpdateHyperlinks_Click ( object sender, EventArgs e ) : void
sender object
e 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

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

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

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

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