GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / ApplyStyle Method / ApplyStyle(BuiltInStyle) Method
The built-in style.


In This Topic
ApplyStyle(BuiltInStyle) Method
In This Topic
Applies the builtIn style to the range.
Syntax
'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)

Parameters

style
The built-in style.

Return Value

true if the style applies to cell successful, false otherwise.
See Also