Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / PasteDefinedNameListCommand Class / PasteDefinedNameListCommand Constructor


In This Topic
    PasteDefinedNameListCommand Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal worksheet As IWorksheet, _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal rowCount As Integer, _
       ByVal colCount As Integer _
    )
    'Usage
     
    
    Dim worksheet As IWorksheet
    Dim row As Integer
    Dim column As Integer
    Dim rowCount As Integer
    Dim colCount As Integer
     
    Dim instance As New PasteDefinedNameListCommand(worksheet, row, column, rowCount, colCount)
    public PasteDefinedNameListCommand( 
       IWorksheet worksheet,
       int row,
       int column,
       int rowCount,
       int colCount
    )

    Parameters

    worksheet
    row
    column
    rowCount
    colCount
    See Also