Class TreeGridExcelExport
Inheritance
System.Object
TreeGridExcelExport
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
public class TreeGridExcelExport : IEJExport
Constructors
TreeGridExcelExport()
Declaration
public TreeGridExcelExport()
Fields
_emptyText
Declaration
Field Value
Type |
Description |
System.String |
|
Properties
DataSource
Declaration
public IEnumerable DataSource { get; set; }
Property Value
Type |
Description |
System.Collections.IEnumerable |
|
Document
Declaration
public object Document { get; set; }
Property Value
Type |
Description |
System.Object |
|
DocumentOption
Declaration
public DocumentOption DocumentOption { get; set; }
Property Value
ExcelVersion
Declaration
public ExcelVersion ExcelVersion { get; set; }
Property Value
ExportSettings
Declaration
public TreeGridExportSettings ExportSettings { get; set; }
Property Value
ExportType
Declaration
public MultipleExportType ExportType { get; set; }
Property Value
FileName
Declaration
public string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
FilePath
Declaration
public string FilePath { get; set; }
Property Value
Type |
Description |
System.String |
|
FontWeight
Declaration
public FontWeight FontWeight { get; set; }
Property Value
Declaration
public string HeaderText { get; set; }
Property Value
Type |
Description |
System.String |
|
IncludeHiddenColumn
Declaration
public bool IncludeHiddenColumn { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IncludeTemplateColumn
Declaration
public bool IncludeTemplateColumn { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LocalSave
Declaration
public bool LocalSave { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SourceType
Declaration
public Type SourceType { get; set; }
Property Value
Type |
Description |
System.Type |
|
Methods
CopyBorders(TreeGridTableCellType, IRange)
Declaration
protected void CopyBorders(TreeGridTableCellType style, IRange range)
Parameters
CopyStyles(TreeGridTableCellType, IRange, Boolean, Int32, Boolean)
Declaration
protected void CopyStyles(TreeGridTableCellType style, IRange range, bool isParentRow, int level, bool indentColumn)
Parameters
Type |
Name |
Description |
TreeGridTableCellType |
style |
|
IRange |
range |
|
System.Boolean |
isParentRow |
|
System.Int32 |
level |
|
System.Boolean |
indentColumn |
|
ExecuteResult(TreeGridProperties, IEnumerable)
Declaration
public void ExecuteResult(TreeGridProperties treegridmodel, IEnumerable dataSource)
Parameters
Type |
Name |
Description |
TreeGridProperties |
treegridmodel |
|
System.Collections.IEnumerable |
dataSource |
|
Export(TreeGridProperties, IEnumerable, Boolean)
Declaration
public IWorkbook Export(TreeGridProperties treegridModel, IEnumerable dataSource, bool multipleExport)
Parameters
Type |
Name |
Description |
TreeGridProperties |
treegridModel |
|
System.Collections.IEnumerable |
dataSource |
|
System.Boolean |
multipleExport |
|
Returns
ExportHandler()
Declaration
public void ExportHandler()
InitializeExcel(TreeGridProperties, IWorkbook)
Declaration
public void InitializeExcel(TreeGridProperties model, IWorkbook book)
Parameters
SaveLocal(String)
Declaration
public void SaveLocal(string filepath)
Parameters
Type |
Name |
Description |
System.String |
filepath |
|
SetFontStyles(IRange, Boolean)
Declaration
protected void SetFontStyles(IRange range, bool summary)
Parameters
Type |
Name |
Description |
IRange |
range |
|
System.Boolean |
summary |
|
Implements