Enum ExcelReferenceType
Reference types for if an adress/cell is absolute or relative and in what way
Namespace: OfficeOpenXml.FormulaParsing.ExcelUtilities
Assembly: EPPlus.dll
Syntax
public enum ExcelReferenceType
Fields
Name | Description |
---|---|
AbsoluteRowAndColumn | Both Row and column are absolute |
AbsoluteRowRelativeColumn | Absolute row and relative column |
RelativeRowAbsoluteColumn | Realtive row absolute column |
RelativeRowAndColumn | Relative row and relative column |