Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbook Interface / Features Property


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