C# Class ExcelDna.IntelliSense.UIState

Datei anzeigen Open project: Excel-DNA/IntelliSense Class Usage Examples

Public Properties

Property Type Description
ReadyState UIState

Public Methods

Method Description
GetUpdates ( UIState oldState, UIState newState ) : IEnumerable
LogString ( ) : string
ToString ( ) : string

Private Methods

Method Description
GetUpdates ( FormulaEdit oldState, FormulaEdit newState ) : IEnumerable
GetUpdates ( FunctionList oldState, FunctionList newState ) : IEnumerable

Method Details

GetUpdates() public static method

public static GetUpdates ( UIState oldState, UIState newState ) : IEnumerable
oldState UIState
newState UIState
return IEnumerable

LogString() public method

public LogString ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string

Property Details

ReadyState public_oe static_oe property

public static UIState,ExcelDna.IntelliSense ReadyState
return UIState