Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheets Interface / Copy Method
An integer value indicates the specified position.


In This Topic
    Copy Method (IWorksheets)
    In This Topic
    Copies worksheets to the specified position in the IWorksheet collection of the IWorkbook.
    Syntax
    'Declaration
     
    
    Sub Copy( _
       ByVal position As Integer _
    ) 
    'Usage
     
    
    Dim instance As IWorksheets
    Dim position As Integer
     
    instance.Copy(position)
    void Copy( 
       int position
    )

    Parameters

    position
    An integer value indicates the specified position.
    See Also