Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / INumberFormatExtendData Interface / ToNumberFormat Method


In This Topic
    ToNumberFormat Method (INumberFormatExtendData)
    In This Topic
    Converts this cell type to the corresponding NumberFormat value.
    Syntax
    'Declaration
     
    
    Function ToNumberFormat() As NumberFormat
    'Usage
     
    
    Dim instance As INumberFormatExtendData
    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