Spread WPF 17
GrapeCity.Excel Namespace / CalculationProperty Class / RefMode Property


In This Topic
    RefMode Property (CalculationProperty)
    In This Topic
    Get or set the ExcelReferenceStyle
    Syntax
    'Declaration
     
    Public Property RefMode As ExcelReferenceStyle
    'Usage
     
    Dim instance As CalculationProperty
    Dim value As ExcelReferenceStyle
     
    instance.RefMode = value
     
    value = instance.RefMode
    public ExcelReferenceStyle RefMode {get; set;}

    Property Value

    The reference mode
    See Also