Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 693 Bytes

Excel.XlReferenceType.md

File metadata and controls

24 lines (17 loc) · 693 Bytes
title api_name ms.assetid ms.date ms.localizationpriority
XlReferenceType enumeration (Excel)
Excel.XlReferenceType
a15bf421-985a-c72c-656b-d73689b45819
06/08/2017
medium

XlReferenceType enumeration (Excel)

Specifies cell reference style when a formula is being converted.

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.

[!includeSupport and feedback]