ApplyStyle(String) Method
Applies the named style to the range.
'Declaration
Overloads Function ApplyStyle( _
ByVal As String _
) As Boolean
'Usage
Dim instance As IRange
Dim styleName As String
Dim value As Boolean
value = instance.ApplyStyle(styleName)
Parameters
- styleName
- Name of the style.
Return Value
true
if the style applies to cell successful, false
otherwise.