GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / ApplyNumberFormat Method
A NumberFormat value represents the number format.


In This Topic
ApplyNumberFormat Method
In This Topic
Applies the number format to the range.
Syntax
'Declaration
 
Sub ApplyNumberFormat( _
   ByVal numFmt As NumberFormat _
) 
 
'Usage
 
Dim instance As IRange
Dim numFmt As NumberFormat
 
instance.ApplyNumberFormat(numFmt)

Parameters

numFmt
A NumberFormat value represents the number format.
See Also