Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / INumFmtSupportCellType Interface / Supported Property


In This Topic
    Supported Property
    In This Topic
    Gets a value indicating whether the ICellType supports NumberFormat.
    Syntax
    'Declaration
     
    
    ReadOnly Property Supported As Boolean
    'Usage
     
    
    Dim instance As INumFmtSupportCellType
    Dim value As Boolean
     
    value = instance.Supported
    bool Supported {get;}
    See Also