Applies the number format to the range.
'Declaration
Sub ApplyNumberFormat( _
ByVal As NumberFormat _
)
'Usage
Dim instance As IRange
Dim numFmt As NumberFormat
instance.ApplyNumberFormat(numFmt)
Parameters
- numFmt
- A NumberFormat value represents the number format.