Свойство | Type | Description | |
---|---|---|---|
randomPath | string |
Méthode | 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 ( ) |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
清理所有正在使用的资源。
|
Méthode | Description | |
---|---|---|
InitializeComponent ( ) : void |
设计器支持所需的方法 - 不要 使用代码编辑器修改此方法的内容。
|
|
WebBrowser_DocumentCompleted ( object sender, System e ) : void |
public CreateTempFile ( byte buffByte, string path ) : void | ||
buffByte | byte | |
path | string | |
Résultat | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | 如果应释放托管资源,为 true;否则为 false。 |
Résultat | void |
public GetExcelStream ( string path ) : byte[] | ||
path | string | |
Résultat | byte[] |
public ShowExcel ( byte buffByte, string path ) : void | ||
buffByte | byte | |
path | string | |
Résultat | void |