menu

WinForms

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

    Show / Hide Table of Contents

    Class ExportCellStyle

    Represents the cell style in exporting.

    Inheritance
    System.Object
    ExportCellStyle
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.WinForms.DataGridConverter
    Assembly: Syncfusion.SfDataGridConverter.WinForms.dll
    Syntax
    public class ExportCellStyle

    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 - 2025 Syncfusion Inc. All Rights Reserved