Spread Windows Forms 15.0
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
    public WorksheetFunction WorksheetFunction {get;}
    See Also