Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • 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
    Implements
    System.IEquatable<ExcelRow>
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ExcelRow : Object, IEquatable<ExcelRow>

    Constructors

    ExcelRow()

    Declaration
    public ExcelRow()

    Properties

    Cells

    Defines the cells in a row

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

    Index

    Defines the index for cells

    Declaration
    public double Index { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    Equals(ExcelRow)

    Declaration
    public bool Equals(ExcelRow excelRow)
    Parameters
    Type Name Description
    ExcelRow excelRow
    Returns
    Type Description
    System.Boolean

    Implements

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