Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DataValidationSuggestionItem Structure / NumberFormatID Property


In This Topic
    NumberFormatID Property
    In This Topic
    Gets the suggested number format.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property NumberFormatID As Integer
    'Usage
     
    
    Dim instance As DataValidationSuggestionItem
    Dim value As Integer
     
    value = instance.NumberFormatID
    public int NumberFormatID {get;}

    Property Value

    An integer value represents the suggested number format ID.
    See Also