C# Класс ExcelDna.IntelliSense.UIState.FormulaEdit

Наследование: UIState
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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