Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Styles Class / GetStyle Method / GetStyle(BuiltInStyle) Method
A BuiltInStyle value indicates the built-in named style.


In This Topic
    GetStyle(BuiltInStyle) Method
    In This Topic
    Gets a built-in INamedStyle object from the specified BuiltInStyle value.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetStyle( _
       ByVal builtInStyle As BuiltInStyle _
    ) As IStyle
    'Usage
     
    
    Dim instance As Styles
    Dim builtInStyle As BuiltInStyle
    Dim value As IStyle
     
    value = instance.GetStyle(builtInStyle)
    public IStyle GetStyle( 
       BuiltInStyle builtInStyle
    )

    Parameters

    builtInStyle
    A BuiltInStyle value indicates the built-in named style.

    Return Value

    An INamedStyle object represents the named style.
    See Also