GrapeCity.CalcEngine.Expressions Namespace > CalcExternalRangeExpression Class > CalcExternalRangeExpression Constructor : CalcExternalRangeExpression Constructor(ICalcSource,Int32,Int32,Int32,Int32) |
'Declaration Public Function New( _ ByVal source As ICalcSource, _ ByVal startRow As Integer, _ ByVal startColumn As Integer, _ ByVal endRow As Integer, _ ByVal endColumn As Integer _ )
'Usage Dim source As ICalcSource Dim startRow As Integer Dim startColumn As Integer Dim endRow As Integer Dim endColumn As Integer Dim instance As New CalcExternalRangeExpression(source, startRow, startColumn, endRow, endColumn)
public CalcExternalRangeExpression( ICalcSource source, int startRow, int startColumn, int endRow, int endColumn )
Target Platforms: Windows Server 2012, Windows RT