C# Class Framework.Interface.Common.WinExcelControlEx

显示文件 Open project: callme119/civil

Public Properties

Property Type Description
randomPath string

Public Methods

Method Description
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 ( )

Protected Methods

Method Description
Dispose ( bool disposing ) : void

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

Private Methods

Method Description
InitializeComponent ( ) : void

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

WebBrowser_DocumentCompleted ( object sender, System e ) : void

Method Details

CloseExcel() public method

public CloseExcel ( ) : void
return void

CopyToWord() public method

public CopyToWord ( ) : string
return string

CreateTempFile() public method

public CreateTempFile ( byte buffByte, string path ) : void
buffByte byte
path string
return void

Dispose() protected method

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

GetExcelStream() public method

public GetExcelStream ( string path ) : byte[]
path string
return byte[]

ShowExcel() public method

public ShowExcel ( byte buffByte, string path ) : void
buffByte byte
path string
return void

ShowExcel() public method

public ShowExcel ( string path ) : void
path string
return void

WinExcelControlEx() public method

public WinExcelControlEx ( )

Property Details

randomPath public_oe static_oe property

public static string randomPath
return string