Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Exporting Namespace / CustomStyleList Class / Item Property / Item(String) Property
The ID of the ExcelStyle to retrieve.


In This Topic
    Item(String) Property
    In This Topic
    Gets the ExcelStyle that corresponds to styleID.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal styleID As String _
    ) As ExcelStyle
    'Usage
     
    Dim instance As CustomStyleList
    Dim styleID As String
    Dim value As ExcelStyle
     
    value = instance.Item(styleID)
    public ExcelStyle Item( 
       string styleID
    ) {get;}

    Parameters

    styleID
    The ID of the ExcelStyle to retrieve.

    Property Value

    A reference to the ExcelStyle object that corresponds to styleID.
    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