Spread Windows Forms 12.0 Product Documentation
ApplyNumberFormat Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface : ApplyNumberFormat Method
A NumberFormat value represents the number format.
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)
void ApplyNumberFormat( 
   NumberFormat numFmt
)

Parameters

numFmt
A NumberFormat value represents the number format.
See Also

Reference

IRange Interface
IRange Members