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


GrapeCity.CalcEngine.Expressions Namespace > CalcExternalRangeExpression Class > CalcExternalRangeExpression Constructor : CalcExternalRangeExpression Constructor(ICalcSource,Int32,Int32,Boolean,Boolean,Boolean)
The owner of cell range.
Starting row or column coordinate of the range.
Ending row or column coordinate of the range.
Whether the start row or column coordinate is relative or absolute.
Whether the end row or column coordinate is relative or absolute.
true if current range is a full row range, otherwise, current range is a full column range.
Initializes a new instance of the CalcExternalRangeExpression class.
Syntax
'Declaration
 
Public Function New( _
   ByVal source As ICalcSource, _
   ByVal startBandIndex As System.Integer, _
   ByVal endBandIndex As System.Integer, _
   ByVal startBandRelative As System.Boolean, _
   ByVal endBandRelative As System.Boolean, _
   ByVal isRowBand As System.Boolean _
)
'Usage
 
Dim source As ICalcSource
Dim startBandIndex As System.Integer
Dim endBandIndex As System.Integer
Dim startBandRelative As System.Boolean
Dim endBandRelative As System.Boolean
Dim isRowBand As System.Boolean
 
Dim instance As New CalcExternalRangeExpression(source, startBandIndex, endBandIndex, startBandRelative, endBandRelative, isRowBand)
public CalcExternalRangeExpression( 
   ICalcSource source,
   System.int startBandIndex,
   System.int endBandIndex,
   System.bool startBandRelative,
   System.bool endBandRelative,
   System.bool isRowBand
)

Parameters

source
The owner of cell range.
startBandIndex
Starting row or column coordinate of the range.
endBandIndex
Ending row or column coordinate of the range.
startBandRelative
Whether the start row or column coordinate is relative or absolute.
endBandRelative
Whether the end row or column coordinate is relative or absolute.
isRowBand
true if current range is a full row range, otherwise, current range is a full column range.
See Also

Reference

CalcExternalRangeExpression Class
CalcExternalRangeExpression Members
Overload List