Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Styles Class / Modify Method / Modify(String,StyleFormat,Boolean) Method
A string value indicates the named style.
A StyleFormat value indicates the formatting of the named style.


In This Topic
    Modify(String,StyleFormat,Boolean) Method
    In This Topic
    Modifies formatting of the specified builtIn style.
    Syntax
    'Declaration
     
    
    Public Overloads Function Modify( _
       ByVal namedStyle As String, _
       ByVal styleFormat As StyleFormat, _
       Optional ByVal showBuiltIn As Boolean _
    ) As Boolean
    'Usage
     
    
    Dim instance As Styles
    Dim namedStyle As String
    Dim styleFormat As StyleFormat
    Dim showBuiltIn As Boolean
    Dim value As Boolean
     
    value = instance.Modify(namedStyle, styleFormat, showBuiltIn)

    Parameters

    namedStyle
    A string value indicates the named style.
    styleFormat
    A StyleFormat value indicates the formatting of the named style.
    showBuiltIn
    See Also