C# 클래스 Smrf.NodeXL.ExcelTemplate.ExportToNodeXLGraphGalleryDialog

Exports the graph to the NodeXL Graph Gallery.
This dialog lets the user specify export settings. It saves the settings in an ExportToNodeXLGraphGalleryUserSettings object. If the DialogMode argument to the constructor is , it also exports the graph.

If the user edits and saves the settings, Form.ShowDialog() returns DialogResult.OK. Otherwise, it returns DialogResult.Cancel.

Most of the work is done by an internal object.

상속: ExcelTemplateForm
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

보호된 프로퍼티들

프로퍼티 타입 설명
m_eMode DialogMode
m_oExportToNodeXLGraphGalleryDialogUserSettings ExportToNodeXLGraphGalleryDialogUserSettings
m_oExportToNodeXLGraphGalleryUserSettings ExportToNodeXLGraphGalleryUserSettings
m_oNodeXLControl Smrf.NodeXL.Visualization.Wpf.NodeXLControl
m_oPasswordUserSettings PasswordUserSettings
m_oWorkbook Microsoft.Office.Interop.Excel.Workbook

공개 메소드들

메소드 설명
AssertValid ( ) : void
ExportToNodeXLGraphGalleryDialog ( DialogMode mode, Microsoft workbook, NodeXLControl nodeXLControl ) : System

Initializes a new instance of the class.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

DoDataExchange ( System.Boolean bFromControls ) : System.Boolean
EnableControls ( ) : void
InitializeForEditOnly ( ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OnEventThatRequiresControlEnabling ( object sender, EventArgs e ) : void
btnOK_Click ( object sender, EventArgs e ) : void

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

DoDataExchange() 보호된 메소드

protected DoDataExchange ( System.Boolean bFromControls ) : System.Boolean
bFromControls System.Boolean
리턴 System.Boolean

EnableControls() 보호된 메소드

protected EnableControls ( ) : void
리턴 void

ExportToNodeXLGraphGalleryDialog() 공개 메소드

Initializes a new instance of the class.
public ExportToNodeXLGraphGalleryDialog ( DialogMode mode, Microsoft workbook, NodeXLControl nodeXLControl ) : System
mode DialogMode /// Indicates the mode in which the dialog is being used. ///
workbook Microsoft /// Workbook containing the graph data. ///
nodeXLControl Smrf.NodeXL.Visualization.Wpf.NodeXLControl /// NodeXLControl containing the graph. This can be null if is . ///
리턴 System

InitializeForEditOnly() 보호된 메소드

protected InitializeForEditOnly ( ) : void
리턴 void

프로퍼티 상세

m_eMode 보호되어 있는 프로퍼티

protected DialogMode m_eMode
리턴 DialogMode

m_oExportToNodeXLGraphGalleryDialogUserSettings 보호되어 있는 프로퍼티

protected ExportToNodeXLGraphGalleryDialogUserSettings,Smrf.NodeXL.ExcelTemplate m_oExportToNodeXLGraphGalleryDialogUserSettings
리턴 ExportToNodeXLGraphGalleryDialogUserSettings

m_oExportToNodeXLGraphGalleryUserSettings 보호되어 있는 프로퍼티

protected ExportToNodeXLGraphGalleryUserSettings,Smrf.NodeXL.ExcelTemplate m_oExportToNodeXLGraphGalleryUserSettings
리턴 ExportToNodeXLGraphGalleryUserSettings

m_oNodeXLControl 보호되어 있는 프로퍼티

protected NodeXLControl,Smrf.NodeXL.Visualization.Wpf m_oNodeXLControl
리턴 Smrf.NodeXL.Visualization.Wpf.NodeXLControl

m_oPasswordUserSettings 보호되어 있는 프로퍼티

protected PasswordUserSettings,Smrf.NodeXL.ExcelTemplate m_oPasswordUserSettings
리턴 PasswordUserSettings

m_oWorkbook 보호되어 있는 프로퍼티

protected Microsoft.Office.Interop.Excel.Workbook m_oWorkbook
리턴 Microsoft.Office.Interop.Excel.Workbook