C# 클래스 ExcelDna.IntelliSense.UIState.FormulaEdit

상속: UIState
파일 보기 프로젝트 열기: Excel-DNA/IntelliSense

공개 프로퍼티들

프로퍼티 타입 설명
EditWindowBounds System.Windows.Rect
ExcelToolTipWindow System.IntPtr
FormulaEditWindow System.IntPtr
FormulaPrefix string

공개 메소드들

메소드 설명
WithBounds ( Rect newEditWindowBounds ) : FormulaEdit
WithFormulaEditWindow ( IntPtr newFormulaEditWindow ) : FormulaEdit
WithFormulaPrefix ( string newFormulaPrefix ) : FormulaEdit
WithToolTipWindow ( IntPtr newExcelToolTipWindow ) : FormulaEdit

메소드 상세

WithBounds() 공개 메소드

public WithBounds ( Rect newEditWindowBounds ) : FormulaEdit
newEditWindowBounds System.Windows.Rect
리턴 FormulaEdit

WithFormulaEditWindow() 공개 메소드

public WithFormulaEditWindow ( IntPtr newFormulaEditWindow ) : FormulaEdit
newFormulaEditWindow System.IntPtr
리턴 FormulaEdit

WithFormulaPrefix() 공개 메소드

public WithFormulaPrefix ( string newFormulaPrefix ) : FormulaEdit
newFormulaPrefix string
리턴 FormulaEdit

WithToolTipWindow() 공개 메소드

public WithToolTipWindow ( IntPtr newExcelToolTipWindow ) : FormulaEdit
newExcelToolTipWindow System.IntPtr
리턴 FormulaEdit

프로퍼티 상세

EditWindowBounds 공개적으로 프로퍼티

public Rect,System.Windows EditWindowBounds
리턴 System.Windows.Rect

ExcelToolTipWindow 공개적으로 프로퍼티

public IntPtr,System ExcelToolTipWindow
리턴 System.IntPtr

FormulaEditWindow 공개적으로 프로퍼티

public IntPtr,System FormulaEditWindow
리턴 System.IntPtr

FormulaPrefix 공개적으로 프로퍼티

public string FormulaPrefix
리턴 string