Class WordExport
Inheritance
System.Object
WordExport
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ.Export.dll
Syntax
Constructors
WordExport()
Declaration
Properties
SourceType
Declaration
public Type SourceType { get; set; }
Property Value
| Type |
Description |
| System.Type |
|
Methods
Export(GridProperties, IEnumerable, GridWordExport)
Declaration
public void Export(GridProperties gridmaodel, IEnumerable datasource, GridWordExport wordExport)
Parameters
Export(GridProperties, IEnumerable, GridWordExport, Boolean)
Declaration
public IWordDocument Export(GridProperties gridmaodel, IEnumerable datasource, GridWordExport wordExport, bool multipleExport)
Parameters
| Type |
Name |
Description |
| GridProperties |
gridmaodel |
|
| System.Collections.IEnumerable |
datasource |
|
| GridWordExport |
wordExport |
|
| System.Boolean |
multipleExport |
|
Returns
Export(GridProperties, IEnumerable, GridWordExport, Boolean, IWordDocument)
Declaration
public IWordDocument Export(GridProperties gridmaodel, IEnumerable datasource, GridWordExport wordExport, bool multipleExport, IWordDocument document)
Parameters
Returns
Export(GridProperties, IEnumerable, String)
Declaration
public void Export(GridProperties gridmaodel, IEnumerable datasource, string fileName)
Parameters
| Type |
Name |
Description |
| GridProperties |
gridmaodel |
|
| System.Collections.IEnumerable |
datasource |
|
| System.String |
fileName |
|
Export(GridProperties, IEnumerable, String, Boolean)
Declaration
public void Export(GridProperties gridmaodel, IEnumerable datasource, string fileName, bool isAutoFit)
Parameters
| Type |
Name |
Description |
| GridProperties |
gridmaodel |
|
| System.Collections.IEnumerable |
datasource |
|
| System.String |
fileName |
|
| System.Boolean |
isAutoFit |
|
Export(GridProperties, IEnumerable, String, Boolean, Boolean, ExportTheme)
Declaration
public void Export(GridProperties gridmaodel, IEnumerable datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, ExportTheme theme)
Parameters
| Type |
Name |
Description |
| GridProperties |
gridmaodel |
|
| System.Collections.IEnumerable |
datasource |
|
| System.String |
fileName |
|
| System.Boolean |
isHideColumnIncude |
|
| System.Boolean |
isTemplateColumnIclude |
|
| ExportTheme |
theme |
|
Export(GridProperties, IEnumerable, String, Boolean, Boolean, ExportTheme, Boolean)
Declaration
public IWordDocument Export(GridProperties gridmaodel, IEnumerable datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, ExportTheme theme, bool multipleExport)
Parameters
| Type |
Name |
Description |
| GridProperties |
gridmaodel |
|
| System.Collections.IEnumerable |
datasource |
|
| System.String |
fileName |
|
| System.Boolean |
isHideColumnIncude |
|
| System.Boolean |
isTemplateColumnIclude |
|
| ExportTheme |
theme |
|
| System.Boolean |
multipleExport |
|
Returns
Export(GridProperties, IEnumerable, String, Boolean, Boolean, ExportTheme, Boolean, IWordDocument, String)
Declaration
public IWordDocument Export(GridProperties gridmaodel, IEnumerable datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, ExportTheme theme, bool multipleExport, IWordDocument document, string headerText)
Parameters
| Type |
Name |
Description |
| GridProperties |
gridmaodel |
|
| System.Collections.IEnumerable |
datasource |
|
| System.String |
fileName |
|
| System.Boolean |
isHideColumnIncude |
|
| System.Boolean |
isTemplateColumnIclude |
|
| ExportTheme |
theme |
|
| System.Boolean |
multipleExport |
|
| IWordDocument |
document |
|
| System.String |
headerText |
|
Returns
Export(GridProperties, IEnumerable, String, Boolean, Boolean, ExportTheme, Boolean, IWordDocument, String, Boolean)
Declaration
public IWordDocument Export(GridProperties gridmaodel, IEnumerable datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, ExportTheme theme, bool multipleExport, IWordDocument document, string headerText, bool isAutoFit)
Parameters
| Type |
Name |
Description |
| GridProperties |
gridmaodel |
|
| System.Collections.IEnumerable |
datasource |
|
| System.String |
fileName |
|
| System.Boolean |
isHideColumnIncude |
|
| System.Boolean |
isTemplateColumnIclude |
|
| ExportTheme |
theme |
|
| System.Boolean |
multipleExport |
|
| IWordDocument |
document |
|
| System.String |
headerText |
|
| System.Boolean |
isAutoFit |
|
Returns
Export(GridProperties, IEnumerable, String, Boolean, Boolean, ExportTheme, Boolean, Boolean)
Declaration
public IWordDocument Export(GridProperties gridmaodel, IEnumerable datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, ExportTheme theme, bool multipleExport, bool isAutoFit)
Parameters
| Type |
Name |
Description |
| GridProperties |
gridmaodel |
|
| System.Collections.IEnumerable |
datasource |
|
| System.String |
fileName |
|
| System.Boolean |
isHideColumnIncude |
|
| System.Boolean |
isTemplateColumnIclude |
|
| ExportTheme |
theme |
|
| System.Boolean |
multipleExport |
|
| System.Boolean |
isAutoFit |
|
Returns
Export(GridProperties, IEnumerable, String, Boolean, Boolean, ExportTheme, Boolean, String)
Declaration
public void Export(GridProperties gridmaodel, IEnumerable datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, ExportTheme theme, bool isLocalSave, string filePath)
Parameters
| Type |
Name |
Description |
| GridProperties |
gridmaodel |
|
| System.Collections.IEnumerable |
datasource |
|
| System.String |
fileName |
|
| System.Boolean |
isHideColumnIncude |
|
| System.Boolean |
isTemplateColumnIclude |
|
| ExportTheme |
theme |
|
| System.Boolean |
isLocalSave |
|
| System.String |
filePath |
|
Export(GridProperties, IEnumerable, String, Boolean, Boolean, ExportTheme, Boolean, String, Boolean)
Declaration
public void Export(GridProperties gridmaodel, IEnumerable datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, ExportTheme theme, bool isLocalSave, string filePath, bool isAutoFit)
Parameters
| Type |
Name |
Description |
| GridProperties |
gridmaodel |
|
| System.Collections.IEnumerable |
datasource |
|
| System.String |
fileName |
|
| System.Boolean |
isHideColumnIncude |
|
| System.Boolean |
isTemplateColumnIclude |
|
| ExportTheme |
theme |
|
| System.Boolean |
isLocalSave |
|
| System.String |
filePath |
|
| System.Boolean |
isAutoFit |
|
Export(GridProperties, IEnumerable, String, Boolean, Boolean, Boolean, ExportTheme)
Declaration
public void Export(GridProperties gridmaodel, IEnumerable datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, bool isAutoFit, ExportTheme theme)
Parameters
| Type |
Name |
Description |
| GridProperties |
gridmaodel |
|
| System.Collections.IEnumerable |
datasource |
|
| System.String |
fileName |
|
| System.Boolean |
isHideColumnIncude |
|
| System.Boolean |
isTemplateColumnIclude |
|
| System.Boolean |
isAutoFit |
|
| ExportTheme |
theme |
|
Export(GridProperties, IEnumerable, String, Boolean, Boolean, Boolean, String)
Declaration
public void Export(GridProperties gridmaodel, IEnumerable datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, bool isAutoFit, string theme)
Parameters
| Type |
Name |
Description |
| GridProperties |
gridmaodel |
|
| System.Collections.IEnumerable |
datasource |
|
| System.String |
fileName |
|
| System.Boolean |
isHideColumnIncude |
|
| System.Boolean |
isTemplateColumnIclude |
|
| System.Boolean |
isAutoFit |
|
| System.String |
theme |
|
Export(GridProperties, IEnumerable, String, Boolean, Boolean, String)
Declaration
public void Export(GridProperties gridmaodel, IEnumerable datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, string theme)
Parameters
| Type |
Name |
Description |
| GridProperties |
gridmaodel |
|
| System.Collections.IEnumerable |
datasource |
|
| System.String |
fileName |
|
| System.Boolean |
isHideColumnIncude |
|
| System.Boolean |
isTemplateColumnIclude |
|
| System.String |
theme |
|
Export(GridProperties, IEnumerable, String, Boolean, Boolean, String, Boolean)
Declaration
public IWordDocument Export(GridProperties gridmaodel, IEnumerable datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, string theme, bool multipleExport)
Parameters
| Type |
Name |
Description |
| GridProperties |
gridmaodel |
|
| System.Collections.IEnumerable |
datasource |
|
| System.String |
fileName |
|
| System.Boolean |
isHideColumnIncude |
|
| System.Boolean |
isTemplateColumnIclude |
|
| System.String |
theme |
|
| System.Boolean |
multipleExport |
|
Returns
Export(GridProperties, IEnumerable, String, Boolean, Boolean, String, Boolean, IWordDocument, String)
Declaration
public IWordDocument Export(GridProperties gridmaodel, IEnumerable datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, string theme, bool multipleExport, IWordDocument document, string headerText)
Parameters
| Type |
Name |
Description |
| GridProperties |
gridmaodel |
|
| System.Collections.IEnumerable |
datasource |
|
| System.String |
fileName |
|
| System.Boolean |
isHideColumnIncude |
|
| System.Boolean |
isTemplateColumnIclude |
|
| System.String |
theme |
|
| System.Boolean |
multipleExport |
|
| IWordDocument |
document |
|
| System.String |
headerText |
|
Returns
Export(GridProperties, IEnumerable, String, Boolean, Boolean, String, Boolean, IWordDocument, String, Boolean)
Declaration
public IWordDocument Export(GridProperties gridmaodel, IEnumerable datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, string theme, bool multipleExport, IWordDocument document, string headerText, bool isAutoFit)
Parameters
| Type |
Name |
Description |
| GridProperties |
gridmaodel |
|
| System.Collections.IEnumerable |
datasource |
|
| System.String |
fileName |
|
| System.Boolean |
isHideColumnIncude |
|
| System.Boolean |
isTemplateColumnIclude |
|
| System.String |
theme |
|
| System.Boolean |
multipleExport |
|
| IWordDocument |
document |
|
| System.String |
headerText |
|
| System.Boolean |
isAutoFit |
|
Returns
Export(GridProperties, IEnumerable, String, Boolean, Boolean, String, Boolean, Boolean)
Declaration
public IWordDocument Export(GridProperties gridmaodel, IEnumerable datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, string theme, bool multipleExport, bool isAutoFit)
Parameters
| Type |
Name |
Description |
| GridProperties |
gridmaodel |
|
| System.Collections.IEnumerable |
datasource |
|
| System.String |
fileName |
|
| System.Boolean |
isHideColumnIncude |
|
| System.Boolean |
isTemplateColumnIclude |
|
| System.String |
theme |
|
| System.Boolean |
multipleExport |
|
| System.Boolean |
isAutoFit |
|
Returns
Export(GridProperties, IEnumerable, String, Boolean, Boolean, String, Boolean, String)
Declaration
public void Export(GridProperties gridmaodel, IEnumerable datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, string theme, bool isLocalSave, string filePath)
Parameters
| Type |
Name |
Description |
| GridProperties |
gridmaodel |
|
| System.Collections.IEnumerable |
datasource |
|
| System.String |
fileName |
|
| System.Boolean |
isHideColumnIncude |
|
| System.Boolean |
isTemplateColumnIclude |
|
| System.String |
theme |
|
| System.Boolean |
isLocalSave |
|
| System.String |
filePath |
|
Export(GridProperties, IEnumerable, String, Boolean, Boolean, String, Boolean, String, Boolean)
Declaration
public void Export(GridProperties gridmaodel, IEnumerable datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, string theme, bool isLocalSave, string filePath, bool isAutoFit)
Parameters
| Type |
Name |
Description |
| GridProperties |
gridmaodel |
|
| System.Collections.IEnumerable |
datasource |
|
| System.String |
fileName |
|
| System.Boolean |
isHideColumnIncude |
|
| System.Boolean |
isTemplateColumnIclude |
|
| System.String |
theme |
|
| System.Boolean |
isLocalSave |
|
| System.String |
filePath |
|
| System.Boolean |
isAutoFit |
|
Export(GridProperties, Object, String)
Declaration
public void Export(GridProperties gridmaodel, object datasource, string fileName)
Parameters
| Type |
Name |
Description |
| GridProperties |
gridmaodel |
|
| System.Object |
datasource |
|
| System.String |
fileName |
|
Export(GridProperties, Object, String, Boolean)
Declaration
public void Export(GridProperties gridmaodel, object datasource, string fileName, bool isAutoFit)
Parameters
| Type |
Name |
Description |
| GridProperties |
gridmaodel |
|
| System.Object |
datasource |
|
| System.String |
fileName |
|
| System.Boolean |
isAutoFit |
|
Export(GridProperties, Object, String, Boolean, Boolean, ExportTheme)
Declaration
public void Export(GridProperties gridmaodel, object datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, ExportTheme theme)
Parameters
| Type |
Name |
Description |
| GridProperties |
gridmaodel |
|
| System.Object |
datasource |
|
| System.String |
fileName |
|
| System.Boolean |
isHideColumnIncude |
|
| System.Boolean |
isTemplateColumnIclude |
|
| ExportTheme |
theme |
|
Export(GridProperties, Object, String, Boolean, Boolean, ExportTheme, Boolean)
Declaration
public IWordDocument Export(GridProperties gridmaodel, object datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, ExportTheme theme, bool multipleExport)
Parameters
| Type |
Name |
Description |
| GridProperties |
gridmaodel |
|
| System.Object |
datasource |
|
| System.String |
fileName |
|
| System.Boolean |
isHideColumnIncude |
|
| System.Boolean |
isTemplateColumnIclude |
|
| ExportTheme |
theme |
|
| System.Boolean |
multipleExport |
|
Returns
Export(GridProperties, Object, String, Boolean, Boolean, ExportTheme, Boolean, IWordDocument, String)
Declaration
public IWordDocument Export(GridProperties gridmaodel, object datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, ExportTheme theme, bool multipleExport, IWordDocument document, string headerText)
Parameters
| Type |
Name |
Description |
| GridProperties |
gridmaodel |
|
| System.Object |
datasource |
|
| System.String |
fileName |
|
| System.Boolean |
isHideColumnIncude |
|
| System.Boolean |
isTemplateColumnIclude |
|
| ExportTheme |
theme |
|
| System.Boolean |
multipleExport |
|
| IWordDocument |
document |
|
| System.String |
headerText |
|
Returns
Export(GridProperties, Object, String, Boolean, Boolean, ExportTheme, Boolean, IWordDocument, String, Boolean)
Declaration
public IWordDocument Export(GridProperties gridmaodel, object datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, ExportTheme theme, bool multipleExport, IWordDocument document, string headerText, bool isAutoFit)
Parameters
| Type |
Name |
Description |
| GridProperties |
gridmaodel |
|
| System.Object |
datasource |
|
| System.String |
fileName |
|
| System.Boolean |
isHideColumnIncude |
|
| System.Boolean |
isTemplateColumnIclude |
|
| ExportTheme |
theme |
|
| System.Boolean |
multipleExport |
|
| IWordDocument |
document |
|
| System.String |
headerText |
|
| System.Boolean |
isAutoFit |
|
Returns
Export(GridProperties, Object, String, Boolean, Boolean, ExportTheme, Boolean, Boolean)
Declaration
public IWordDocument Export(GridProperties gridmaodel, object datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, ExportTheme theme, bool multipleExport, bool isAutoFit)
Parameters
| Type |
Name |
Description |
| GridProperties |
gridmaodel |
|
| System.Object |
datasource |
|
| System.String |
fileName |
|
| System.Boolean |
isHideColumnIncude |
|
| System.Boolean |
isTemplateColumnIclude |
|
| ExportTheme |
theme |
|
| System.Boolean |
multipleExport |
|
| System.Boolean |
isAutoFit |
|
Returns
Export(GridProperties, Object, String, Boolean, Boolean, ExportTheme, Boolean, String)
Declaration
public void Export(GridProperties gridmaodel, object datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, ExportTheme theme, bool isLocalSave, string filePath)
Parameters
| Type |
Name |
Description |
| GridProperties |
gridmaodel |
|
| System.Object |
datasource |
|
| System.String |
fileName |
|
| System.Boolean |
isHideColumnIncude |
|
| System.Boolean |
isTemplateColumnIclude |
|
| ExportTheme |
theme |
|
| System.Boolean |
isLocalSave |
|
| System.String |
filePath |
|
Export(GridProperties, Object, String, Boolean, Boolean, ExportTheme, Boolean, String, Boolean)
Declaration
public void Export(GridProperties gridmaodel, object datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, ExportTheme theme, bool isLocalSave, string filePath, bool isAutoFit)
Parameters
| Type |
Name |
Description |
| GridProperties |
gridmaodel |
|
| System.Object |
datasource |
|
| System.String |
fileName |
|
| System.Boolean |
isHideColumnIncude |
|
| System.Boolean |
isTemplateColumnIclude |
|
| ExportTheme |
theme |
|
| System.Boolean |
isLocalSave |
|
| System.String |
filePath |
|
| System.Boolean |
isAutoFit |
|
Export(GridProperties, Object, String, Boolean, Boolean, Boolean, ExportTheme)
Declaration
public void Export(GridProperties gridmaodel, object datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, bool isAutoFit, ExportTheme theme)
Parameters
| Type |
Name |
Description |
| GridProperties |
gridmaodel |
|
| System.Object |
datasource |
|
| System.String |
fileName |
|
| System.Boolean |
isHideColumnIncude |
|
| System.Boolean |
isTemplateColumnIclude |
|
| System.Boolean |
isAutoFit |
|
| ExportTheme |
theme |
|
Export(GridProperties, Object, String, Boolean, Boolean, Boolean, String)
Declaration
public void Export(GridProperties gridmaodel, object datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, bool isAutoFit, string theme)
Parameters
| Type |
Name |
Description |
| GridProperties |
gridmaodel |
|
| System.Object |
datasource |
|
| System.String |
fileName |
|
| System.Boolean |
isHideColumnIncude |
|
| System.Boolean |
isTemplateColumnIclude |
|
| System.Boolean |
isAutoFit |
|
| System.String |
theme |
|
Export(GridProperties, Object, String, Boolean, Boolean, String)
Declaration
public void Export(GridProperties gridmaodel, object datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, string theme)
Parameters
| Type |
Name |
Description |
| GridProperties |
gridmaodel |
|
| System.Object |
datasource |
|
| System.String |
fileName |
|
| System.Boolean |
isHideColumnIncude |
|
| System.Boolean |
isTemplateColumnIclude |
|
| System.String |
theme |
|
Export(GridProperties, Object, String, Boolean, Boolean, String, Boolean)
Declaration
public IWordDocument Export(GridProperties gridmaodel, object datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, string theme, bool multipleExport)
Parameters
| Type |
Name |
Description |
| GridProperties |
gridmaodel |
|
| System.Object |
datasource |
|
| System.String |
fileName |
|
| System.Boolean |
isHideColumnIncude |
|
| System.Boolean |
isTemplateColumnIclude |
|
| System.String |
theme |
|
| System.Boolean |
multipleExport |
|
Returns
Export(GridProperties, Object, String, Boolean, Boolean, String, Boolean, IWordDocument, String)
Declaration
public IWordDocument Export(GridProperties gridmaodel, object datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, string theme, bool multipleExport, IWordDocument document, string headerText)
Parameters
| Type |
Name |
Description |
| GridProperties |
gridmaodel |
|
| System.Object |
datasource |
|
| System.String |
fileName |
|
| System.Boolean |
isHideColumnIncude |
|
| System.Boolean |
isTemplateColumnIclude |
|
| System.String |
theme |
|
| System.Boolean |
multipleExport |
|
| IWordDocument |
document |
|
| System.String |
headerText |
|
Returns
Export(GridProperties, Object, String, Boolean, Boolean, String, Boolean, IWordDocument, String, Boolean)
Declaration
public IWordDocument Export(GridProperties gridmaodel, object datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, string theme, bool multipleExport, IWordDocument document, string headerText, bool isAutoFit)
Parameters
| Type |
Name |
Description |
| GridProperties |
gridmaodel |
|
| System.Object |
datasource |
|
| System.String |
fileName |
|
| System.Boolean |
isHideColumnIncude |
|
| System.Boolean |
isTemplateColumnIclude |
|
| System.String |
theme |
|
| System.Boolean |
multipleExport |
|
| IWordDocument |
document |
|
| System.String |
headerText |
|
| System.Boolean |
isAutoFit |
|
Returns
Export(GridProperties, Object, String, Boolean, Boolean, String, Boolean, Boolean)
Declaration
public IWordDocument Export(GridProperties gridmaodel, object datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, string theme, bool multipleExport, bool isAutoFit)
Parameters
| Type |
Name |
Description |
| GridProperties |
gridmaodel |
|
| System.Object |
datasource |
|
| System.String |
fileName |
|
| System.Boolean |
isHideColumnIncude |
|
| System.Boolean |
isTemplateColumnIclude |
|
| System.String |
theme |
|
| System.Boolean |
multipleExport |
|
| System.Boolean |
isAutoFit |
|
Returns
Export(GridProperties, Object, String, Boolean, Boolean, String, Boolean, String)
Declaration
public void Export(GridProperties gridmaodel, object datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, string theme, bool isLocalSave, string filePath)
Parameters
| Type |
Name |
Description |
| GridProperties |
gridmaodel |
|
| System.Object |
datasource |
|
| System.String |
fileName |
|
| System.Boolean |
isHideColumnIncude |
|
| System.Boolean |
isTemplateColumnIclude |
|
| System.String |
theme |
|
| System.Boolean |
isLocalSave |
|
| System.String |
filePath |
|
Export(GridProperties, Object, String, Boolean, Boolean, String, Boolean, String, Boolean)
Declaration
public void Export(GridProperties gridmaodel, object datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, string theme, bool isLocalSave, string filePath, bool isAutoFit)
Parameters
| Type |
Name |
Description |
| GridProperties |
gridmaodel |
|
| System.Object |
datasource |
|
| System.String |
fileName |
|
| System.Boolean |
isHideColumnIncude |
|
| System.Boolean |
isTemplateColumnIclude |
|
| System.String |
theme |
|
| System.Boolean |
isLocalSave |
|
| System.String |
filePath |
|
| System.Boolean |
isAutoFit |
|