WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum GridExcelConverterControl.ExportHiddenColumns - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum GridExcelConverterControl.ExportHiddenColumns

    Defines the constants that specify the options for hidden columns exporting.

    Namespace: Syncfusion.GridExcelConverter
    Assembly: Syncfusion.GridConverter.Windows.dll
    Syntax
    public enum ExportHiddenColumns

    Fields

    Name Description
    DoNotExport

    The hidden columns in the grid will not be exported to Excel sheet.

    ExportAndHide

    The hidden columns in the grid will be exported in hidden state.

    ExportAndShow

    The hidden columns will be exported in shown state.

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