Class GanttExcelExport
Inheritance
System.Object
GanttExcelExport
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 GanttExcelExport : IEJExport
Constructors
GanttExcelExport()
Declaration
public GanttExcelExport()
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 GanttExportSettings 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(GanttTableCellType, IRange)
Declaration
protected void CopyBorders(GanttTableCellType style, IRange range)
Parameters
CopyStyles(GanttTableCellType, IRange, Boolean)
Declaration
protected void CopyStyles(GanttTableCellType style, IRange range, bool isParentRow)
Parameters
ExecuteResult(GanttProperties, IEnumerable)
Declaration
public void ExecuteResult(GanttProperties ganttModel, IEnumerable dataSource)
Parameters
| Type |
Name |
Description |
| GanttProperties |
ganttModel |
|
| System.Collections.IEnumerable |
dataSource |
|
Export(GanttProperties, IEnumerable, Boolean)
Declaration
public IWorkbook Export(GanttProperties ganttModel, IEnumerable dataSource, bool multipleExport)
Parameters
| Type |
Name |
Description |
| GanttProperties |
ganttModel |
|
| System.Collections.IEnumerable |
dataSource |
|
| System.Boolean |
multipleExport |
|
Returns
ExportHandler()
Declaration
public void ExportHandler()
InitializeExcel(GanttProperties, IWorkbook)
Declaration
public void InitializeExcel(GanttProperties model, IWorkbook book)
Parameters
SaveLocal(String)
Declaration
public void SaveLocal(string filepath)
Parameters
| Type |
Name |
Description |
| System.String |
filepath |
|
SetFontStyles(IRange)
Declaration
protected void SetFontStyles(IRange range)
Parameters
| Type |
Name |
Description |
| IRange |
range |
|
Implements