GrapeCity.Xaml.CalcEngine
CalcParserContext Constructor


if set to true [use r1 c1].
Index of the base row.
Index of the base column.
The culture.
Initializes a new instance of the CalcParserContext class.
Syntax
'Declaration
 
Public Function New( _
   Optional ByVal useR1C1 As Boolean, _
   Optional ByVal baseRowIndex As Integer, _
   Optional ByVal baseColumnIndex As Integer, _
   Optional ByVal culture As CultureInfo _
)
'Usage
 
Dim useR1C1 As Boolean
Dim baseRowIndex As Integer
Dim baseColumnIndex As Integer
Dim culture As CultureInfo
 
Dim instance As New CalcParserContext(useR1C1, baseRowIndex, baseColumnIndex, culture)
public CalcParserContext( 
   bool useR1C1,
   int baseRowIndex,
   int baseColumnIndex,
   CultureInfo culture
)

Parameters

useR1C1
if set to true [use r1 c1].
baseRowIndex
Index of the base row.
baseColumnIndex
Index of the base column.
culture
The culture.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

CalcParserContext Class
CalcParserContext Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options