alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class ExcelStyle

    Defines option for styling excel cell/row.

    Inheritance
    object
    ExcelStyle
    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 ExcelStyle

    Constructors

    ExcelStyle()

    Declaration
    public ExcelStyle()

    Properties

    BackColor

    Defines the background color for cell style.

    Declaration
    public string BackColor { get; set; }
    Property Value
    Type
    string

    Bold

    Defines the bold style for fonts.

    Declaration
    public bool Bold { get; set; }
    Property Value
    Type
    bool

    Borders

    Defines the borders for cell style.

    Declaration
    public Border Borders { get; set; }
    Property Value
    Type
    Border

    FontColor

    Defines the color of font.

    Declaration
    public string FontColor { get; set; }
    Property Value
    Type
    string

    FontName

    Defines the name of font.

    Declaration
    public string FontName { get; set; }
    Property Value
    Type
    string

    FontSize

    Defines the size of font.

    Declaration
    public double FontSize { get; set; }
    Property Value
    Type
    double

    HAlign

    Defines the horizontal alignment for cell style.

    Declaration
    public ExcelHorizontalAlign HAlign { get; set; }
    Property Value
    Type
    ExcelHorizontalAlign

    Indent

    Defines the indent for cell style.

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

    Italic

    Defines the italic style for fonts.

    Declaration
    public bool Italic { get; set; }
    Property Value
    Type
    bool

    NumberFormat

    Defines the format of the cell.

    Declaration
    public string NumberFormat { get; set; }
    Property Value
    Type
    string

    Type

    Defines the type of the cell.

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

    Underline

    Defines the underline style for fonts.

    Declaration
    public bool Underline { get; set; }
    Property Value
    Type
    bool

    VAlign

    Defines the vertical alignment for cell style.

    Declaration
    public ExcelVerticalAlign VAlign { get; set; }
    Property Value
    Type
    ExcelVerticalAlign

    WrapText

    Defines the wrapText for cell style.

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