ApplyStyle(String) Method
In This Topic
Applies the named style to the range.
Syntax
'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)
bool ApplyStyle(
string
)
Parameters
- styleName
- Name of the style.
Return Value
true
if the style applies to cell successful, false
otherwise.
See Also