Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / Calculate Method


In This Topic
    Calculate Method (IWorksheet)
    In This Topic
    Calculates this worksheet.
    Syntax
    'Declaration
     
    
    Sub Calculate() 
    'Usage
     
    
    Dim instance As IWorksheet
     
    instance.Calculate()
    void Calculate()
    See Also