_Application.GenerateTableRefs Property

The GenerateTableRefs property determines whether the traditional notation method or the new structured referencing notation method is used for referencing tables in formulas. Read/write.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property GenerateTableRefs As XlGenerateTableRefs
    Get
    Set
'Usage
Dim instance As _Application
Dim value As XlGenerateTableRefs

value = instance.GenerateTableRefs

instance.GenerateTableRefs = value
XlGenerateTableRefs GenerateTableRefs { get; set; }

Property Value

Type: Microsoft.Office.Interop.Excel.XlGenerateTableRefs
XlGenerateTableRefs

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Excel Namespace