Spread Silverlight Documentation
CalcSheetRangeExpression Constructor(ICalcSource,ICalcSource)


GrapeCity.CalcEngine.Expressions Namespace > CalcSheetRangeExpression Class > CalcSheetRangeExpression Constructor : CalcSheetRangeExpression Constructor(ICalcSource,ICalcSource)
Starting owner of cell range.
Ending owner of cell range.
Initializes a new instance of the CalcRangeExpression class.
Syntax
'Declaration
 
Public Function New( _
   ByVal startSource As ICalcSource, _
   ByVal endSource As ICalcSource _
)
'Usage
 
Dim startSource As ICalcSource
Dim endSource As ICalcSource
 
Dim instance As New CalcSheetRangeExpression(startSource, endSource)
public CalcSheetRangeExpression( 
   ICalcSource startSource,
   ICalcSource endSource
)

Parameters

startSource
Starting owner of cell range.
endSource
Ending owner of cell range.
See Also

Reference

CalcSheetRangeExpression Class
CalcSheetRangeExpression Members
Overload List