C# Class ExcelDna.IntelliSense.UIState

Afficher le fichier Open project: Excel-DNA/IntelliSense Class Usage Examples

Méthodes publiques

Свойство Type Description
ReadyState UIState

Méthodes publiques

Méthode Description
GetUpdates ( UIState oldState, UIState newState ) : IEnumerable
LogString ( ) : string
ToString ( ) : string

Private Methods

Méthode Description
GetUpdates ( FormulaEdit oldState, FormulaEdit newState ) : IEnumerable
GetUpdates ( FunctionList oldState, FunctionList newState ) : IEnumerable

Method Details

GetUpdates() public static méthode

public static GetUpdates ( UIState oldState, UIState newState ) : IEnumerable
oldState UIState
newState UIState
Résultat IEnumerable

LogString() public méthode

public LogString ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

ReadyState public_oe static_oe property

public static UIState,ExcelDna.IntelliSense ReadyState
Résultat UIState