Spread Silverlight Documentation
CalcSheetRangeExpression Constructor(ICalcSource,ICalcSource,Int32,Int32,Int32,Int32,Boolean,Boolean,Boolean,Boolean)


GrapeCity.CalcEngine.Expressions Namespace > CalcSheetRangeExpression Class > CalcSheetRangeExpression Constructor : CalcSheetRangeExpression Constructor(ICalcSource,ICalcSource,Int32,Int32,Int32,Int32,Boolean,Boolean,Boolean,Boolean)
Starting owner of cell range.
Ending owner of cell range.
Starting row coordinate of the range.
Starting column coordinate of the range.
Ending row coordinate of the range.
Ending column coordinate of the range.
Whether the start row coordinate is relative or absolute.
Whether the start column coordinate is relative or absolute.
Whether the end row coordinate is relative or absolute.
Whether end column coordinate is relative or absolute.
Initializes a new instance of the CalcRangeExpression class.
Syntax
'Declaration
 
Public Function New( _
   ByVal startSource As ICalcSource, _
   ByVal endSource As ICalcSource, _
   ByVal startRow As System.Integer, _
   ByVal startColumn As System.Integer, _
   ByVal endRow As System.Integer, _
   ByVal endColumn As System.Integer, _
   ByVal startRowRelative As System.Boolean, _
   ByVal startColumnRelative As System.Boolean, _
   ByVal endRowRelative As System.Boolean, _
   ByVal endColumnRelative As System.Boolean _
)
'Usage
 
Dim startSource As ICalcSource
Dim endSource As ICalcSource
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 CalcSheetRangeExpression(startSource, endSource, startRow, startColumn, endRow, endColumn, startRowRelative, startColumnRelative, endRowRelative, endColumnRelative)
public CalcSheetRangeExpression( 
   ICalcSource startSource,
   ICalcSource endSource,
   System.int startRow,
   System.int startColumn,
   System.int endRow,
   System.int endColumn,
   System.bool startRowRelative,
   System.bool startColumnRelative,
   System.bool endRowRelative,
   System.bool endColumnRelative
)

Parameters

startSource
Starting owner of cell range.
endSource
Ending owner of cell range.
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

Reference

CalcSheetRangeExpression Class
CalcSheetRangeExpression Members
Overload List