XlReferenceType enumeration

Specifies cell reference style when a formula is being converted.

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

No code example is currently available or this language may not be supported.

Member nameDescription
xlAbsoluteConvert to absolute row and column style.
xlAbsRowRelColumnConvert to absolute row and relative column style.
xlRelativeConvert to relative row and column style.
xlRelRowAbsColumnConvert to relative row and absolute column style.
Show: