menu

WinForms

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

    Show / Hide Table of Contents

    Enum GridExcelConverterControl.ExportHiddenRows

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

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

    Fields

    Name Description
    DoNotExport

    The hidden rows in the grid will not be exported.

    ExportAndHide

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

    ExportAndShow

    The hidden rows will be exported in shown state.

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