GridViewExport Class

HD.Common

GridViewExport Class Helper帮助文档
GridView导出Excel相关类
Inheritance Hierarchy

SystemObject  HD.CommonGridViewExport

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

  NameDescription
Public methodGridViewExport
Initializes a new instance of the GridViewExport class
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodStatic memberExport
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberOutputExcel
导出Grid的数据(全部)到Excel 字段全部为BoundField类型时可用 要是字段为TemplateField模板型时就取不到数据
Public methodToString (Inherited from Object.)
Top
See Also

Reference