Spread WPF 17
GrapeCity.Excel Namespace / ExcelWorkbook Class / ReferenceStyle Property


In This Topic
    ReferenceStyle Property (ExcelWorkbook)
    In This Topic
    Gets or sets the workbook reference style.
    Syntax
    'Declaration
     
    Public Property ReferenceStyle As ExcelReferenceStyle
    'Usage
     
    Dim instance As ExcelWorkbook
    Dim value As ExcelReferenceStyle
     
    instance.ReferenceStyle = value
     
    value = instance.ReferenceStyle
    public ExcelReferenceStyle ReferenceStyle {get; set;}

    Property Value

    The reference style of the workbook.
    See Also