alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum ExcelDetailRowMode

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

    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    [JsonConverter(typeof(JsonStringEnumConverter))]
    public enum ExcelDetailRowMode

    Fields

    Name Description
    Collapse

    Exports the detail rows in a collapsed state.

    Expand

    Default. Exports the detail row in an expanded state.

    None

    Exports only the parent row, excluding detail rows.

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