Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorkbookSet Class / WorksheetFunction Property


In This Topic
WorksheetFunction Property
In This Topic
Gets the WorksheetFunction object.
Syntax
'Declaration
 
Public ReadOnly Property WorksheetFunction As WorksheetFunction
 
'Usage
 
Dim instance As WorkbookSet
Dim value As WorksheetFunction
 
value = instance.WorksheetFunction
See Also