Table of Contents

TCellAddressWithFileName Structure

Encapsulates a cell address and the file where the cell is stored.

Syntax

Namespace: FlexCel.Core

public struct TCellAddressWithFileName

Fields

Name Description
FileName File where the cells is.
Address Address where the cell is.

Constructors

Name Description
TCellAddress​With​File​Name Creates a new TCellAddress​With​File​Name with the given values.

Methods

Name Description
Equals Returns true if both objects are the same.
GetHashCode Hash code of the object.

Operators

Name Description
Equality This operator is overridden so you can compare this structure directly with ==
Inequality This operator is overriden so you can compare this structure directly with !=