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


In This Topic
    Features Property (Workbook)
    In This Topic
    Gets a Features object to manipulate settings of features.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Features As Features
    'Usage
     
    
    Dim instance As Workbook
    Dim value As Features
     
    value = instance.Features
    public Features Features {get;}
    See Also