XlReferenceType Enumeration

Specifies cell reference style when a formula is being converted.

Version Information
 Version Added:  Excel 2007

Name Value Description
xlAbsolute 1 Convert to absolute row and column style.
xlAbsRowRelColumn 2 Convert to absolute row and relative column style.
xlRelative 4 Convert to relative row and column style.
xlRelRowAbsColumn 3 Convert to relative row and absolute column style.