Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / RangeActionsCommand Class / RangeActionsCommand Constructor / RangeActionsCommand Constructor(Worksheet,Int32,Int32,Int32,Int32,Worksheet,Int32,Int32,TextParsingType,TextQualifier,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Char,Tuple<Int32,ColumnDataType>[],Char,Char,Boolean)


In This Topic
    RangeActionsCommand Constructor(Worksheet,Int32,Int32,Int32,Int32,Worksheet,Int32,Int32,TextParsingType,TextQualifier,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Char,Tuple<Int32,ColumnDataType>[],Char,Char,Boolean)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal sourceWorksheet As Worksheet, _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal rowCount As Integer, _
       ByVal columnCount As Integer, _
       ByVal targetWorksheet As Worksheet, _
       ByVal targetRow As Integer, _
       ByVal targetColumn As Integer, _
       ByVal dataType As TextParsingType, _
       ByVal textQualifier As TextQualifier, _
       ByVal consecutiveDelimiter As Boolean, _
       ByVal tab As Boolean, _
       ByVal semicolon As Boolean, _
       ByVal comma As Boolean, _
       ByVal space As Boolean, _
       ByVal other As Boolean, _
       ByVal otherChar As Char, _
       ByVal fieldInfo() As Tuple(Of Integer,ColumnDataType), _
       ByVal decimalSeparator As Char, _
       ByVal thousandsSeparator As Char, _
       ByVal trailingMinusNumbers As Boolean _
    )
    'Usage
     
    
    Dim sourceWorksheet As Worksheet
    Dim row As Integer
    Dim column As Integer
    Dim rowCount As Integer
    Dim columnCount As Integer
    Dim targetWorksheet As Worksheet
    Dim targetRow As Integer
    Dim targetColumn As Integer
    Dim dataType As TextParsingType
    Dim textQualifier As TextQualifier
    Dim consecutiveDelimiter As Boolean
    Dim tab As Boolean
    Dim semicolon As Boolean
    Dim comma As Boolean
    Dim space As Boolean
    Dim other As Boolean
    Dim otherChar As Char
    Dim fieldInfo() As Tuple(Of Integer,ColumnDataType)
    Dim decimalSeparator As Char
    Dim thousandsSeparator As Char
    Dim trailingMinusNumbers As Boolean
     
    Dim instance As New RangeActionsCommand(sourceWorksheet, row, column, rowCount, columnCount, targetWorksheet, targetRow, targetColumn, dataType, textQualifier, consecutiveDelimiter, tab, semicolon, comma, space, other, otherChar, fieldInfo, decimalSeparator, thousandsSeparator, trailingMinusNumbers)

    Parameters

    sourceWorksheet
    row
    column
    rowCount
    columnCount
    targetWorksheet
    targetRow
    targetColumn
    dataType
    textQualifier
    consecutiveDelimiter
    tab
    semicolon
    comma
    space
    other
    otherChar
    fieldInfo
    decimalSeparator
    thousandsSeparator
    trailingMinusNumbers
    See Also