Spread Silverlight Documentation
CalcRangeExpression Constructor(Int32,Int32,Int32,Int32)


GrapeCity.CalcEngine.Expressions Namespace > CalcRangeExpression Class > CalcRangeExpression Constructor : CalcRangeExpression Constructor(Int32,Int32,Int32,Int32)
Starting row coordinate of the range.
Starting column coordinate of the range.
Ending row coordinate of the range.
Ending column coordinate of the range.
Initializes a new instance of the CalcRangeExpression class.
Syntax
'Declaration
 
Public Function New( _
   ByVal startRow As System.Integer, _
   ByVal startColumn As System.Integer, _
   ByVal endRow As System.Integer, _
   ByVal endColumn As System.Integer _
)
'Usage
 
Dim startRow As System.Integer
Dim startColumn As System.Integer
Dim endRow As System.Integer
Dim endColumn As System.Integer
 
Dim instance As New CalcRangeExpression(startRow, startColumn, endRow, endColumn)
public CalcRangeExpression( 
   System.int startRow,
   System.int startColumn,
   System.int endRow,
   System.int endColumn
)

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.
See Also

Reference

CalcRangeExpression Class
CalcRangeExpression Members
Overload List