Spread WinForms 15
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
See Also