Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcCharMaskCellType Class / GetFormatterCore Method
A CultureInfo object that supplies culture-specific formatting information.


In This Topic
    GetFormatterCore Method (GcCharMaskCellType)
    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 GcCharMaskCellType
    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 FarPoint.Win.Spread.CellType.IFormatter object represents the formatter.
    See Also