Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CalculationEngine Class / ReferenceStyle Property


In This Topic
    ReferenceStyle Property (CalculationEngine)
    In This Topic
    Gets or sets ReferenceStyle value which specifies whether to use A1 style or R1C1 style in cell and range references.
    Syntax
    'Declaration
     
    
    Public Property ReferenceStyle As ReferenceStyle
    'Usage
     
    
    Dim instance As CalculationEngine
    Dim value As ReferenceStyle
     
    instance.ReferenceStyle = value
     
    value = instance.ReferenceStyle
    public ReferenceStyle ReferenceStyle {get; set;}

    Property Value

    The default value is ReferenceStyle.A1.
    See Also