Applies the style format to the range.
'Declaration
Sub ApplyStyleFormat( _
ByRef As StyleFormat _
)
'Usage
Dim instance As IRange
Dim styleFormat As StyleFormat
instance.ApplyStyleFormat(styleFormat)
Parameters
- styleFormat
- A StyleFormat value represents the cell style format.