menu

ASP.NET Core

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class TreeGridExcelExport

    Inheritance
    System.Object
    TreeGridExcelExport
    Implements
    IEJExport
    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()
    Namespace: Syncfusion.EJ.Export
    Assembly: Syncfusion.EJ.Export.dll
    Syntax
    public class TreeGridExcelExport : IEJExport

    Constructors

    TreeGridExcelExport()

    Declaration
    public TreeGridExcelExport()

    Fields

    _emptyText

    Declaration
    public string _emptyText
    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
    Type Description
    DocumentOption

    ExcelVersion

    Declaration
    public ExcelVersion ExcelVersion { get; set; }
    Property Value
    Type Description
    ExcelVersion

    ExportSettings

    Declaration
    public TreeGridExportSettings ExportSettings { get; set; }
    Property Value
    Type Description
    TreeGridExportSettings

    ExportType

    Declaration
    public MultipleExportType ExportType { get; set; }
    Property Value
    Type Description
    MultipleExportType

    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
    Type Description
    FontWeight

    HeaderText

    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
    Type Name Description
    TreeGridTableCellType style
    IRange range

    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
    Type Description
    IWorkbook

    ExportHandler()

    Declaration
    public void ExportHandler()

    InitializeExcel(TreeGridProperties, IWorkbook)

    Declaration
    public void InitializeExcel(TreeGridProperties model, IWorkbook book)
    Parameters
    Type Name Description
    TreeGridProperties model
    IWorkbook book

    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

    IEJExport
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved