'Declaration
Public Function New( _
ByVal As Worksheet, _
ByVal As Integer, _
ByVal column As Integer, _
ByVal As Integer, _
ByVal columnCount As Integer, _
ByVal As Worksheet, _
ByVal As Integer, _
ByVal targetColumn As Integer, _
ByVal As TextParsingType, _
ByVal As TextQualifier, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Char, _
ByVal () As Tuple(Of Integer,ColumnDataType), _
ByVal As Char, _
ByVal thousandsSeparator As Char, _
ByVal As Boolean _
)
public RangeActionsCommand(
Worksheet ,
int ,
int column,
int ,
int columnCount,
Worksheet ,
int ,
int targetColumn,
TextParsingType ,
TextQualifier ,
bool ,
bool ,
bool ,
bool ,
bool ,
bool ,
char ,
Tuple<int,ColumnDataType>[] ,
char ,
char thousandsSeparator,
bool
)