alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ExportCellStyle

    Represents the cell style in exporting.

    Inheritance
    System.Object
    ExportCellStyle
    Namespace: Syncfusion.WinForms.DataGridConverter
    Assembly: Syncfusion.SfDataGridConverter.WinForms.dll
    Syntax
    public class ExportCellStyle : Object

    Constructors

    ExportCellStyle()

    Declaration
    public ExportCellStyle()

    ExportCellStyle(Color, Color)

    Declaration
    public ExportCellStyle(Color backGroundColor, Color foreGroundColor)
    Parameters
    Type Name Description
    System.Drawing.Color backGroundColor
    System.Drawing.Color foreGroundColor

    Properties

    BackGroundColor

    Gets or sets a value that specifies the BackGroundBrush.

    Declaration
    public Color BackGroundColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    FontInfo

    Gets or sets a value that specifies FontInfo.

    Declaration
    public ExportFontInfo FontInfo { get; set; }
    Property Value
    Type
    ExportFontInfo

    ForeGroundColor

    Gets or sets a value that specifies the ForeGroundBrush.

    Declaration
    public Color ForeGroundColor { get; set; }
    Property Value
    Type
    System.Drawing.Color
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved