API Reference
Struct
ExcelReferencePoint
One resolved endpoint in an Excel reference.
Inheritance
- ValueType
- ExcelReferencePoint
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property ExcelReference.End
- Property ExcelReference.Start
Accepted by parameters
- Method ExcelReferencePoint.Equals
Methods
Inherited Methods
Properties
public Int32 Row { get; } #Resolved 1-based row, or zero for a whole-column endpoint.
public Int32 Column { get; } #Resolved 1-based column, or zero for a whole-row endpoint.
public Boolean RowAbsolute { get; } #Whether the row is absolute in the authored notation.
public Boolean ColumnAbsolute { get; } #Whether the column is absolute in the authored notation.