Spread Silverlight Documentation
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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

CalcSheetRangeExpression Class
CalcSheetRangeExpression Members

 

 


Copyright © GrapeCity, inc. All rights reserved.