GrapeCity.CalcEngine.Expressions Namespace > CalcSheetRangeExpression Class > CalcSheetRangeExpression Constructor : CalcSheetRangeExpression Constructor(ICalcSource,ICalcSource,Int32,Int32,Int32,Int32,Boolean,Boolean,Boolean,Boolean) |
'Declaration Public Function New( _ ByVal startSource As ICalcSource, _ ByVal endSource As ICalcSource, _ ByVal startRow As Integer, _ ByVal startColumn As Integer, _ ByVal endRow As Integer, _ ByVal endColumn As Integer, _ ByVal startRowRelative As Boolean, _ ByVal startColumnRelative As Boolean, _ ByVal endRowRelative As Boolean, _ ByVal endColumnRelative As Boolean _ )
'Usage Dim startSource As ICalcSource Dim endSource As ICalcSource Dim startRow As Integer Dim startColumn As Integer Dim endRow As Integer Dim endColumn As Integer Dim startRowRelative As Boolean Dim startColumnRelative As Boolean Dim endRowRelative As Boolean Dim endColumnRelative As Boolean Dim instance As New CalcSheetRangeExpression(startSource, endSource, startRow, startColumn, endRow, endColumn, startRowRelative, startColumnRelative, endRowRelative, endColumnRelative)
public CalcSheetRangeExpression( ICalcSource startSource, ICalcSource endSource, int startRow, int startColumn, int endRow, int endColumn, bool startRowRelative, bool startColumnRelative, bool endRowRelative, bool endColumnRelative )
Target Platforms: Windows Server 2012, Windows RT