menu

Blazor

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

    Show / Hide Table of Contents

    Class ExcelRow

    Defines excel export row of grid.

    Inheritance
    System.Object
    ExcelRow
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ExcelRow : Object

    Constructors

    ExcelRow()

    Declaration
    public ExcelRow()

    Properties

    Cells

    Defines the cells in a row.

    Declaration
    public List<ExcelCell> Cells { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<ExcelCell>

    Index

    Defines the index for cells.

    Declaration
    public int Index { get; set; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved