menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum ConverterOptions - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum ConverterOptions

    Defines the constants that specify the options for exporting data from grid/grouping grid to Excel.

    Namespace: Syncfusion.GridExcelConverter
    Assembly: Syncfusion.GridConverter.Windows.dll
    Syntax
    [Flags]
    public enum ConverterOptions

    Fields

    Name Description
    ColumnHeaders

    Lets you convert grid column headers into spreadsheet.

    Default

    Default options - row / column headers won't be exported and all columns of grid will be exported.

    RowHeaders

    Lets you convert grid row headers into spreadsheet.

    Visible

    Lets you Convert only the visible Columns of Grid to a SpreadSheet format.

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