Applies the named style to the range.
Syntax
'Declaration
Overloads Sub ApplyStyle( _
ByVal As String _
)
'Usage
Dim instance As IRange
Dim styleName As String
instance.ApplyStyle(styleName)
void ApplyStyle(
string
)
Parameters
- styleName
- Name of the style.
See Also