Initializes a new instance of the
CalcRangeExpression class.
Syntax
'Declaration
Public Function New( _
ByVal As System.Integer, _
ByVal startColumn As System.Integer, _
ByVal As System.Integer, _
ByVal endColumn As System.Integer, _
ByVal As System.Boolean, _
ByVal startColumnRelative As System.Boolean, _
ByVal As System.Boolean, _
ByVal endColumnRelative As System.Boolean _
)
'Usage
Dim startRow As System.Integer
Dim startColumn As System.Integer
Dim endRow As System.Integer
Dim endColumn As System.Integer
Dim startRowRelative As System.Boolean
Dim startColumnRelative As System.Boolean
Dim endRowRelative As System.Boolean
Dim endColumnRelative As System.Boolean
Dim instance As New CalcBangRangeExpression(startRow, startColumn, endRow, endColumn, startRowRelative, startColumnRelative, endRowRelative, endColumnRelative)
public CalcBangRangeExpression(
System.int ,
System.int startColumn,
System.int ,
System.int endColumn,
System.bool ,
System.bool startColumnRelative,
System.bool ,
System.bool endColumnRelative
)
Parameters
- startRow
- Starting row coordinate of the range.
- startColumn
- Starting column coordinate of the range.
- endRow
- Ending row coordinate of the range.
- endColumn
- Ending column coordinate of the range.
- startRowRelative
- Whether the start row coordinate is relative or absolute.
- startColumnRelative
- Whether the start column coordinate is relative or absolute.
- endRowRelative
- Whether the end row coordinate is relative or absolute.
- endColumnRelative
- Whether end column coordinate is relative or absolute.
See Also