Spread Silverlight Documentation
ResetSheetRanges Method


GrapeCity.CalcEngine.Expressions Namespace > CalcSheetRangeExpression Class : ResetSheetRanges Method
the new start source.
the new end source.
Get a new expression with specific Sources.
Syntax
'Declaration
 
Public Function ResetSheetRanges( _
   ByVal newStartSource As ICalcSource, _
   ByVal newEndSource As ICalcSource _
) As CalcExpression
'Usage
 
Dim instance As CalcSheetRangeExpression
Dim newStartSource As ICalcSource
Dim newEndSource As ICalcSource
Dim value As CalcExpression
 
value = instance.ResetSheetRanges(newStartSource, newEndSource)
public CalcExpression ResetSheetRanges( 
   ICalcSource newStartSource,
   ICalcSource newEndSource
)

Parameters

newStartSource
the new start source.
newEndSource
the new end source.

Return Value

Return a CalcExpression which start source and end source are different from current expression.
See Also

Reference

CalcSheetRangeExpression Class
CalcSheetRangeExpression Members