'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)
public bool Modify( string namedStyle, StyleFormat styleFormat, bool showBuiltIn )
Parameters
- namedStyle
- A string value indicates the named style.
- styleFormat
- A StyleFormat value indicates the formatting of the named style.
- showBuiltIn