Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / NumberFormat Structure / GetFormatter Method
The workook that defines the number format.
A System.Globalization.CultureInfo object that supplies culture-specific formatting information.


In This Topic
    GetFormatter Method (NumberFormat)
    In This Topic
    Gets the formatter which represents the behavior of this NumberFormat.
    Syntax
    'Declaration
     
    
    Public Function GetFormatter( _
       ByVal workbook As IWorkbook, _
       ByVal culture As CultureInfo _
    ) As IFormatter
    'Usage
     
    
    Dim instance As NumberFormat
    Dim workbook As IWorkbook
    Dim culture As CultureInfo
    Dim value As IFormatter
     
    value = instance.GetFormatter(workbook, culture)
    public IFormatter GetFormatter( 
       IWorkbook workbook,
       CultureInfo culture
    )

    Parameters

    workbook
    The workook that defines the number format.
    culture
    A System.Globalization.CultureInfo object that supplies culture-specific formatting information.

    Return Value

    An IFormatter object represents the formatter.
    See Also