Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / Copy Method / Copy(Int32) Method
An integer value indicates the specified position.


In This Topic
    Copy(Int32) Method
    In This Topic
    Copies this Worksheet to the specified position in the Worksheet collection of the Workbook.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Copy( _
       ByVal position As Integer _
    ) 
    'Usage
     
    
    Dim instance As Worksheet
    Dim position As Integer
     
    instance.Copy(position)
    public void Copy( 
       int position
    )

    Parameters

    position
    An integer value indicates the specified position.
    See Also