menu

Blazor

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

    Show / Hide Table of Contents

    Class ExcelDetailTemplateCell

    Inheritance
    System.Object
    DetailTemplateCell
    ExcelDetailTemplateCell
    Inherited Members
    DetailTemplateCell.CellValue
    DetailTemplateCell.ColumnSpan
    DetailTemplateCell.Hyperlink
    DetailTemplateCell.Index
    DetailTemplateCell.RowSpan
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ExcelDetailTemplateCell : DetailTemplateCell

    Constructors

    ExcelDetailTemplateCell()

    Declaration
    public ExcelDetailTemplateCell()

    Properties

    Image

    Gets or sets the image details of the detail cell.

    Declaration
    public Image Image { get; set; }
    Property Value
    Type Description
    Syncfusion.ExcelExport.Image

    An Syncfusion.ExcelExport.Image object represents the image details such as image string, width, and height. You can customize and export image in the corresponding cell.

    Style

    Gets or sets the style of the Excel row cell.

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

    The ExcelStyle object associated with the theme style for the current cell. Use the Style property to customize the cell's appearance.

    Remarks

    By default, it applies the header style for Headers and content styles for Rows.

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