Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ICellType Interface / ToNumberFormat Method


In This Topic
    ToNumberFormat Method
    In This Topic
    Converts this cell type to the corresponding NumberFormat value.
    Syntax
    'Declaration
     
    
    Function ToNumberFormat() As NumberFormat
    'Usage
     
    
    Dim instance As ICellType
    Dim value As NumberFormat
     
    value = instance.ToNumberFormat()
    NumberFormat ToNumberFormat()

    Return Value

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