C# 클래스 Aspose.DotNetNuke.Modules.AsposeDynamicFormGeneratorExcel.Edit

파일 보기 프로젝트 열기: aspose-cells/Aspose.Cells-for-.NET

보호된 프로퍼티들

프로퍼티 타입 설명
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

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void
ProcessButton_Click ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
GetSaveFormat ( string format ) : XlsSaveOptions

메소드 상세

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

ProcessButton_Click() 보호된 메소드

protected ProcessButton_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

프로퍼티 상세

ExportTypeDropDown 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.DropDownList

ProcessButton 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Button

error_msg 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.HtmlControls.HtmlGenericControl

info_msg 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.HtmlControls.HtmlGenericControl

lblFieldType 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Label

lblTitle 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Label

success_msg 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.HtmlControls.HtmlGenericControl