[]
Applies the named style to the range.
bool ApplyStyle(string styleName)
Function ApplyStyle(styleName As String) As Boolean
Type | Name | Description |
---|---|---|
string | styleName | Name of the style. |
Type | Description |
---|---|
bool |
|
Applies the builtIn style to the range.
bool ApplyStyle(BuiltInStyle style)
Function ApplyStyle(style As BuiltInStyle) As Boolean
Type | Name | Description |
---|---|---|
BuiltInStyle | style | The built-in style. |
Type | Description |
---|---|
bool |
|