Spread Windows Forms 12.0 Product Documentation
ApplyStyle(BuiltInStyle) Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface > ApplyStyle Method : ApplyStyle(BuiltInStyle) Method
The built-in style.
Applies the builtIn style to the range.
Syntax
'Declaration
 
Overloads Sub ApplyStyle( _
   ByVal style As BuiltInStyle _
) 
'Usage
 
Dim instance As IRange
Dim style As BuiltInStyle
 
instance.ApplyStyle(style)
void ApplyStyle( 
   BuiltInStyle style
)

Parameters

style
The built-in style.
See Also

Reference

IRange Interface
IRange Members
Overload List