Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ICellType Interface / GetFormatter Method
A System.Globalization.CultureInfo object that supplies culture-specific formatting information.


In This Topic
    GetFormatter Method (ICellType)
    In This Topic
    Gets the formatter which represents the behavior of this cell type.
    Syntax
    'Declaration
     
    
    Function GetFormatter( _
       ByVal culture As CultureInfo _
    ) As IFormatter
    'Usage
     
    
    Dim instance As ICellType
    Dim culture As CultureInfo
    Dim value As IFormatter
     
    value = instance.GetFormatter(culture)
    IFormatter GetFormatter( 
       CultureInfo culture
    )

    Parameters

    culture
    A System.Globalization.CultureInfo object that supplies culture-specific formatting information.

    Return Value

    An IFormatter object represents the formatter.
    See Also