Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcParserContext Class / UseR1C1 Property


In This Topic
    UseR1C1 Property
    In This Topic
    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