C# 클래스 ExcelDna.IntelliSense.UIState

파일 보기 프로젝트 열기: Excel-DNA/IntelliSense 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ReadyState UIState

공개 메소드들

메소드 설명
GetUpdates ( UIState oldState, UIState newState ) : IEnumerable
LogString ( ) : string
ToString ( ) : string

비공개 메소드들

메소드 설명
GetUpdates ( FormulaEdit oldState, FormulaEdit newState ) : IEnumerable
GetUpdates ( FunctionList oldState, FunctionList newState ) : IEnumerable

메소드 상세

GetUpdates() 공개 정적인 메소드

public static GetUpdates ( UIState oldState, UIState newState ) : IEnumerable
oldState UIState
newState UIState
리턴 IEnumerable

LogString() 공개 메소드

public LogString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

ReadyState 공개적으로 정적으로 프로퍼티

public static UIState,ExcelDna.IntelliSense ReadyState
리턴 UIState