Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Workbook Class / Reset Method


In This Topic
    Reset Method (Workbook)
    In This Topic
    Resets this workbook by removing all data.
    Syntax
    'Declaration
     
    
    Public Sub Reset() 
    'Usage
     
    
    Dim instance As Workbook
     
    instance.Reset()
    public void Reset()
    Remarks
    This function should not be invoked directly from user-code.
    See Also