Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Workbook Class / CompatibleFeatures Property


In This Topic
    CompatibleFeatures Property
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CompatibleFeatures As CompatibleFeatures
    'Usage
     
    
    Dim instance As Workbook
    Dim value As CompatibleFeatures
     
    value = instance.CompatibleFeatures
    public CompatibleFeatures CompatibleFeatures {get;}
    See Also