API Reference

Struct

ExcelReferencePoint

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Base ValueType
Implements
IEquatable<ExcelReferencePoint>
Modifiers sealed

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

Accepted by parameters

Methods

Equals 2 overloads
public virtual Boolean Equals(ExcelReferencePoint other) #
Returns: Boolean

Parameters

other OfficeIMO.Excel.ExcelReferencePoint requiredposition: 0
public override Boolean Equals(Object obj) #
Returns: Boolean

Parameters

obj System.Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32

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.