C# 클래스 Framework.Interface.Common.WinExcelControlEx

파일 보기 프로젝트 열기: callme119/civil

공개 프로퍼티들

프로퍼티 타입 설명
randomPath string

공개 메소드들

메소드 설명
CloseExcel ( ) : void
CopyToWord ( ) : string
CreateTempFile ( byte buffByte, string path ) : void
GetExcelStream ( string path ) : byte[]
ShowExcel ( byte buffByte, string path ) : void
ShowExcel ( string path ) : void
WinExcelControlEx ( )

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

清理所有正在使用的资源。

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

设计器支持所需的方法 - 不要 使用代码编辑器修改此方法的内容。

WebBrowser_DocumentCompleted ( object sender, System e ) : void

메소드 상세

CloseExcel() 공개 메소드

public CloseExcel ( ) : void
리턴 void

CopyToWord() 공개 메소드

public CopyToWord ( ) : string
리턴 string

CreateTempFile() 공개 메소드

public CreateTempFile ( byte buffByte, string path ) : void
buffByte byte
path string
리턴 void

Dispose() 보호된 메소드

清理所有正在使用的资源。
protected Dispose ( bool disposing ) : void
disposing bool 如果应释放托管资源,为 true;否则为 false。
리턴 void

GetExcelStream() 공개 메소드

public GetExcelStream ( string path ) : byte[]
path string
리턴 byte[]

ShowExcel() 공개 메소드

public ShowExcel ( byte buffByte, string path ) : void
buffByte byte
path string
리턴 void

ShowExcel() 공개 메소드

public ShowExcel ( string path ) : void
path string
리턴 void

WinExcelControlEx() 공개 메소드

public WinExcelControlEx ( )

프로퍼티 상세

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

public static string randomPath
리턴 string