Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BaseCellType Class / GetFormatterCore Method
A CultureInfo object that supplies culture-specific formatting information.


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

    Parameters

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

    Return Value

    An IFormatter object represents the formatter.
    See Also