Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetViewCollection Class / Add Method
Sheet (SheetView object) to add to the collection


In This Topic
    Add Method (SheetViewCollection)
    In This Topic
    Adds a sheet to the collection.
    Syntax
    'Declaration
     
    
    Public Function Add( _
       ByVal obj As Object _
    ) As Integer
    'Usage
     
    
    Dim instance As SheetViewCollection
    Dim obj As Object
    Dim value As Integer
     
    value = instance.Add(obj)
    public int Add( 
       object obj
    )

    Parameters

    obj
    Sheet (SheetView object) to add to the collection
    See Also