C# Class Aspose.DotNetNuke.Modules.AsposeDynamicFormGeneratorExcel.Edit

Afficher le fichier Open project: aspose-cells/Aspose.Cells-for-.NET

Protected Properties

Свойство Type Description
ExportTypeDropDown global::System.Web.UI.WebControls.DropDownList
ProcessButton global::System.Web.UI.WebControls.Button
error_msg global::System.Web.UI.HtmlControls.HtmlGenericControl
info_msg global::System.Web.UI.HtmlControls.HtmlGenericControl
lblFieldType global::System.Web.UI.WebControls.Label
lblTitle global::System.Web.UI.WebControls.Label
success_msg global::System.Web.UI.HtmlControls.HtmlGenericControl

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void
ProcessButton_Click ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
GetSaveFormat ( string format ) : XlsSaveOptions

Method Details

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

ProcessButton_Click() protected méthode

protected ProcessButton_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Property Details

ExportTypeDropDown protected_oe property

ExportTypeDropDown control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList ExportTypeDropDown
Résultat global::System.Web.UI.WebControls.DropDownList

ProcessButton protected_oe property

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

error_msg protected_oe property

error_msg control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl error_msg
Résultat global::System.Web.UI.HtmlControls.HtmlGenericControl

info_msg protected_oe property

info_msg control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl info_msg
Résultat global::System.Web.UI.HtmlControls.HtmlGenericControl

lblFieldType protected_oe property

lblFieldType control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblFieldType
Résultat global::System.Web.UI.WebControls.Label

lblTitle protected_oe property

lblTitle control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblTitle
Résultat global::System.Web.UI.WebControls.Label

success_msg protected_oe property

success_msg control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl success_msg
Résultat global::System.Web.UI.HtmlControls.HtmlGenericControl