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)
Syntax
'Declaration
Public Enumeration XlReferenceType
'Usage
Dim instance As XlReferenceType
public enum XlReferenceType
Members
Member name | Description | |
---|---|---|
xlAbsolute | Convert to absolute row and column style. | |
xlAbsRowRelColumn | Convert to absolute row and relative column style. | |
xlRelative | Convert to relative row and column style. | |
xlRelRowAbsColumn | Convert to relative row and absolute column style. |