Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Exporting Namespace / ExcelStyle Class
Members


In This Topic
    ExcelStyle Class
    In This Topic
    The ExcelStyle class defines the style to be used in the column header of the exported spreadsheet.
    Syntax
    'Declaration
     
    Public Class ExcelStyle 
    'Usage
     
    Dim instance As ExcelStyle
    public class ExcelStyle 
    Inheritance Hierarchy

    System.Object
       Xceed.Grid.Exporting.ExcelStyle

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the background color of the ExcelStyle.  
    Public PropertyGets the content alignment of the ExcelStyle.  
    Public PropertyGets the font of the ExcelStyle.  
    Public PropertyGets the foreground color of the ExcelStyle.  
    Public PropertyGets the ExcelStyle's name.  
    Top
    Public Methods
     NameDescription
    Public MethodDetermines whether the specified object is equal to the current ExcelStyle.  
    Public MethodServes as a hash function for the ExcelStyle, suitable for use in hashing algorithms and data structures like a hash table.  
    Top
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also