Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ClipboardPasteCommand Class / ClipboardPasteCommand Constructor / ClipboardPasteCommand Constructor(Worksheet,Int32,Int32,ManipulationOptions,Boolean)


In This Topic
    ClipboardPasteCommand Constructor(Worksheet,Int32,Int32,ManipulationOptions,Boolean)
    In This Topic
    Initializes a new instance of the ClipboardPasteCommand class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal targetWorksheet As Worksheet, _
       ByVal targetRow As Integer, _
       ByVal targetColumn As Integer, _
       ByVal manipulationOptions As ManipulationOptions, _
       Optional ByVal acceptEqualAsFormulaOnly As Boolean _
    )
    'Usage
     
    
    Dim targetWorksheet As Worksheet
    Dim targetRow As Integer
    Dim targetColumn As Integer
    Dim manipulationOptions As ManipulationOptions
    Dim acceptEqualAsFormulaOnly As Boolean
     
    Dim instance As New ClipboardPasteCommand(targetWorksheet, targetRow, targetColumn, manipulationOptions, acceptEqualAsFormulaOnly)

    Parameters

    targetWorksheet
    targetRow
    targetColumn
    manipulationOptions
    acceptEqualAsFormulaOnly
    See Also