[]
Represents a cell.
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
Name | Description |
---|---|
Cell(int, int) | Represents the cell constructor. |
Name | Description |
---|---|
Column | Specifies the column index. |
Row | Specifies the row index. |
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. |