Class ExcelDetailTemplateCell
Inherited Members
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 |
Remarks
By default, it applies the header style for Headers
and content styles for Rows
.