Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExcelStyles - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExcelStyles

    Defines the style options for excel export

    Inheritance
    System.Object
    ExcelStyles
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ExcelStyles : Object

    Constructors

    ExcelStyles()

    Declaration
    public ExcelStyles()

    Properties

    BackColor

    Defines the background color for cell style

    Declaration
    public string BackColor { get; set; }
    Property Value
    Type Description
    System.String

    Bold

    Defines the bold style for fonts

    Declaration
    public bool Bold { get; set; }
    Property Value
    Type Description
    System.Boolean

    Borders

    Defines the borders for cell style

    Declaration
    public BorderModel Borders { get; set; }
    Property Value
    Type Description
    BorderModel

    FontColor

    Defines the color of font

    Declaration
    public string FontColor { get; set; }
    Property Value
    Type Description
    System.String

    FontName

    Defines the name of font

    Declaration
    public string FontName { get; set; }
    Property Value
    Type Description
    System.String

    FontSize

    Defines the size of font

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

    HAlign

    Defines the horizontal alignment for cell style

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

    Indent

    Defines the indent for cell style

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

    Italic

    Defines the italic style for fonts

    Declaration
    public bool Italic { get; set; }
    Property Value
    Type Description
    System.Boolean

    NumberFormat

    Defines the cell number format

    Declaration
    public string NumberFormat { get; set; }
    Property Value
    Type Description
    System.String

    Type

    Defines the type of the cell

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    System.String

    Underline

    Defines the underline style for fonts

    Declaration
    public bool Underline { get; set; }
    Property Value
    Type Description
    System.Boolean

    VAlign

    Defines the vertical alignment for cell style

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

    WrapText

    Defines the wrapText for cell style

    Declaration
    public bool WrapText { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved