menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExcelDetailRowMode - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExcelDetailRowMode

    Defines the mode for exporting the detail rows to Excel file format

    Inheritance
    System.Object
    ExcelDetailRowMode
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class ExcelDetailRowMode : Enum

    Fields

    Collapse

    Exports the detail rows in a collapsed state.

    Declaration
    public const ExcelDetailRowMode Collapse
    Field Value
    Type Description
    ExcelDetailRowMode

    "Collapse"

    Expand

    Default. Exports the detail row in an expanded state.

    Declaration
    public const ExcelDetailRowMode Expand
    Field Value
    Type Description
    ExcelDetailRowMode

    "Expand"

    None

    Exports only the parent row, excluding detail rows.

    Declaration
    public const ExcelDetailRowMode None
    Field Value
    Type Description
    ExcelDetailRowMode

    "None"

    Remarks

    This option excludes the export of detailed rows, exporting only the parent rows.

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