Spread WPF 17
GrapeCity.Excel Namespace / ICalculationProperty Interface / RefMode Property


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

    Property Value

    The reference mode
    See Also