'Declaration
Overloads Function ApplyStyle( _ ByVal style As BuiltInStyle _ ) As Boolean
'Usage
Dim instance As IRange Dim style As BuiltInStyle Dim value As Boolean value = instance.ApplyStyle(style)
bool ApplyStyle( BuiltInStyle style )
Parameters
- style
- The built-in style.
Return Value
true
if the style applies to cell successful, false
otherwise.