[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.FormulaDependentInfos.Cell

FormulaDependentInfos.Cell Struct

Represents a cell.

Namespace: FarPoint.Win.Spread.Model
Assembly: FarPoint.Win.Spread.dll
Syntax
public struct FormulaDependentInfos.Cell : IEquatable<FormulaDependentInfos.Cell>, IComparable<FormulaDependentInfos.Cell>, IComparable
Public Structure FormulaDependentInfos.Cell
    Implements IEquatable(Of FormulaDependentInfos.Cell), IComparable(Of FormulaDependentInfos.Cell), IComparable

Constructors

Name Description
Cell(int, int)

Represents the cell constructor.

Fields

Name Description
Column

Specifies the column index.

Row

Specifies the row index.

Methods

Name Description
CompareTo(Cell)

Compares the current object with another FormulaDependentInfos.Cell object.

CompareTo(object)

Compares the current object with another object of the same type.

Equals(Cell)

Indicates whether the current FormulaDependentInfos.Cell object is equal to another FormulaDependentInfos.Cell object.

Equals(object)

Indicates whether the current object is equal to another object of the same type.

GetHashCode()

Serves as a hash function for the FormulaDependentInfos.Cell structure.