Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BaseCellType Class / ToNumberFormatCore Method


In This Topic
    ToNumberFormatCore Method
    In This Topic
    Converts this cell type to the corresponding GrapeCity.Spreadsheet.NumberFormat value.
    Syntax
    'Declaration
     
    
    Protected Overridable Function ToNumberFormatCore() As NumberFormat
    'Usage
     
    
    Dim instance As BaseCellType
    Dim value As NumberFormat
     
    value = instance.ToNumberFormatCore()
    protected virtual NumberFormat ToNumberFormatCore()

    Return Value

    The number format which produce same formatted text with this cell type.
    See Also