Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Exporting Namespace / ExcelStyle Class / ExcelStyle Constructor / ExcelStyle Constructor(GridElement)
A reference to a Xceed.Grid.GridElement whose appearance will be applied to the ExcelStyle. Cannot be a null reference (Nothing in Visual Basic).


In This Topic
    ExcelStyle Constructor(GridElement)
    In This Topic
    Initializes a new instance of the ExcelStyle class using the appearance of the specified Xceed.Grid.GridElement.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal gridElement As GridElement _
    )
    'Usage
     
    Dim gridElement As GridElement
     
    Dim instance As New ExcelStyle(gridElement)
    public ExcelStyle( 
       GridElement gridElement
    )

    Parameters

    gridElement
    A reference to a Xceed.Grid.GridElement whose appearance will be applied to the ExcelStyle. Cannot be a null reference (Nothing in Visual Basic).
    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