alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class ExcelCell

    Defines the cell of exported excel.

    Inheritance
    object
    ExcelCell
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ExcelCell

    Constructors

    ExcelCell()

    Declaration
    public ExcelCell()

    Properties

    ColSpan

    Defines the column span for the cell.

    Declaration
    public int ColSpan { get; set; }
    Property Value
    Type
    int

    Hyperlink

    Defines the hyperlink of the cell.

    Declaration
    public Hyperlink Hyperlink { get; set; }
    Property Value
    Type
    Hyperlink

    Index

    Defines the index for the cell.

    Declaration
    public int Index { get; set; }
    Property Value
    Type
    int

    RowSpan

    Defines the row span for the cell.

    Declaration
    public int RowSpan { get; set; }
    Property Value
    Type
    int

    Style

    Defines the style of the cell.

    Declaration
    public ExcelStyle Style { get; set; }
    Property Value
    Type
    ExcelStyle

    Value

    Defines the value of the cell.

    Declaration
    public object Value { get; set; }
    Property Value
    Type
    object
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved