Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / LegacyClipboardCopyCommand Class / LegacyClipboardCopyCommand Constructor / LegacyClipboardCopyCommand Constructor(Worksheet,Int32,Int32,Int32,Int32,ManipulationOptions,Boolean,Boolean,FinalyClipboardCopy)
A GrapeCity.Spreadsheet.Worksheet object indicates the worksheet.
Row index of starting position of selected range.
Column index of starting position of selected range.
Row index of ending position of selected range.
Column index of ending position of selected range.
Indicates which type of data to handle.


In This Topic
    LegacyClipboardCopyCommand Constructor(Worksheet,Int32,Int32,Int32,Int32,ManipulationOptions,Boolean,Boolean,FinalyClipboardCopy)
    In This Topic
    Initializes a new instance of the LegacyClipboardCopyCommand class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal worksheet As Worksheet, _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal row2 As Integer, _
       ByVal column2 As Integer, _
       ByVal manipulationOptions As ManipulationOptions, _
       Optional ByVal fromCuting As Boolean, _
       Optional ByVal copyWholeSheet As Boolean, _
       Optional ByVal finalyCopy As LegacyClipboardCopyCommand.FinalyClipboardCopy _
    )
    'Usage
     
    
    Dim worksheet As Worksheet
    Dim row As Integer
    Dim column As Integer
    Dim row2 As Integer
    Dim column2 As Integer
    Dim manipulationOptions As ManipulationOptions
    Dim fromCuting As Boolean
    Dim copyWholeSheet As Boolean
    Dim finalyCopy As LegacyClipboardCopyCommand.FinalyClipboardCopy
     
    Dim instance As New LegacyClipboardCopyCommand(worksheet, row, column, row2, column2, manipulationOptions, fromCuting, copyWholeSheet, finalyCopy)

    Parameters

    worksheet
    A GrapeCity.Spreadsheet.Worksheet object indicates the worksheet.
    row
    Row index of starting position of selected range.
    column
    Column index of starting position of selected range.
    row2
    Row index of ending position of selected range.
    column2
    Column index of ending position of selected range.
    manipulationOptions
    Indicates which type of data to handle.
    fromCuting
    copyWholeSheet
    finalyCopy
    See Also