XlReferenceType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies cell reference style when a formula is being converted.
public enum class XlReferenceType
public enum XlReferenceType
Public Enum XlReferenceType
- Inheritance
-
XlReferenceType
Fields
Name | Value | Description |
---|---|---|
xlAbsolute | 1 | Convert to absolute row and column style. |
xlAbsRowRelColumn | 2 | Convert to absolute row and relative column style. |
xlRelRowAbsColumn | 3 | Convert to relative row and absolute column style. |
xlRelative | 4 | Convert to relative row and column style. |