Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / WorksheetCollection Class / Add Method
The Worksheet object to add.


In This Topic
    Add Method (WorksheetCollection)
    In This Topic
    Adds the specified sheet to the collection.
    Syntax
    'Declaration
     
    Public Overrides Sub Add( _
       ByVal worksheet As Worksheet _
    ) 
    'Usage
     
    Dim instance As WorksheetCollection
    Dim worksheet As Worksheet
     
    instance.Add(worksheet)
    public override void Add( 
       Worksheet worksheet
    )

    Parameters

    worksheet
    The Worksheet object to add.
    See Also