DataToExcel Class
From HD.Common
| DataToExcel Class | Helper帮助文档 |
操作EXCEL导出数据报表的类
Inheritance Hierarchy
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class DataToExcel
Public Class DataToExcel
public ref class DataToExcel
type DataToExcel = class end
The DataToExcel type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DataToExcel | Initializes a new instance of the DataToExcel class |
Methods
| Name | Description | |
|---|---|---|
| CreateExcel |
创建一个Excel示例
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| KillExcelProcess |
结束Excel进程
| |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| TitleColorIndex |
标题背景色
|
See Also