GridViewExport Class
From HD.Common
| GridViewExport Class | Helper帮助文档 |
GridView导出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 GridViewExport
Public Class GridViewExport
public ref class GridViewExport
type GridViewExport = class end
The GridViewExport type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| GridViewExport | Initializes a new instance of the GridViewExport class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Export | ||
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| OutputExcel |
导出Grid的数据(全部)到Excel
字段全部为BoundField类型时可用
要是字段为TemplateField模板型时就取不到数据
| |
| ToString | (Inherited from Object.) |
See Also