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


The 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.
Initializes a new instance of the CalcRangeExpression class.
Syntax
'Declaration
 
Public Function New( _
   ByVal source As ICalcSource, _
   ByVal startRow As System.Integer, _
   ByVal startColumn As System.Integer, _
   ByVal endRow As System.Integer, _
   ByVal endColumn As System.Integer _
)
'Usage
 
Dim source As ICalcSource
Dim startRow As System.Integer
Dim startColumn As System.Integer
Dim endRow As System.Integer
Dim endColumn As System.Integer
 
Dim instance As New CalcExternalRangeExpression(source, startRow, startColumn, endRow, endColumn)
public CalcExternalRangeExpression( 
   ICalcSource source,
   System.int startRow,
   System.int startColumn,
   System.int endRow,
   System.int endColumn
)

Parameters

source
The 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.
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

CalcExternalRangeExpression Class
CalcExternalRangeExpression Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.