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


In This Topic
Modify(String,StyleFormat) 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 _
) As Boolean
 
'Usage
 
Dim instance As Styles
Dim namedStyle As String
Dim styleFormat As StyleFormat
Dim value As Boolean
 
value = instance.Modify(namedStyle, styleFormat)

Parameters

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