GrapeCity.Xaml.CalcEngine
UseR1C1 Property


GrapeCity.CalcEngine Namespace > CalcParserContext Class : UseR1C1 Property
Gets whether using R1C1 notation for cell reference and range reference.
Syntax
'Declaration
 
Public ReadOnly Property UseR1C1 As Boolean
'Usage
 
Dim instance As CalcParserContext
Dim value As Boolean
 
value = instance.UseR1C1
public bool UseR1C1 {get;}

Property Value

A bool indicates whether using R1C1 notation. The default value is false.
See Also

Reference

CalcParserContext Class
CalcParserContext Members