Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Localization Namespace / LanguagePackage Class / UnspecifiedValueType Field


In This Topic
    UnspecifiedValueType Field
    In This Topic
    The value accepts any type.
    Syntax
    'Declaration
     
    
    Public Const UnspecifiedValueType As ValueType
    'Usage
     
    
    Dim value As ValueType
     
    value = LanguagePackage.UnspecifiedValueType
    public const ValueType UnspecifiedValueType
    See Also