Class CellCoordinate
Координаты ячеки в таблице.
Inheritance
System.Object
CellCoordinate
Namespace:InfinniPlatform.PrintView.Factories.Block
Assembly:InfinniPlatform.PrintView.dll
Syntax
public class CellCoordinate : IEquatable<CellCoordinate>
Constructors
| Improve this Doc View SourceCellCoordinate(Int32, Int32)
Конструктор.
Declaration
public CellCoordinate(int row, int column)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | row | Номер строки. |
System.Int32 | column | Номер столбца. |
Properties
| Improve this Doc View SourceColumn
Номер столбца.
Declaration
public int Column { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Row
Номер строки.
Declaration
public int Row { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceEquals(CellCoordinate)
Проверяет равенство текущего значения с указанным.
Declaration
public bool Equals(CellCoordinate other)
Parameters
Type | Name | Description |
---|---|---|
CellCoordinate | other | Значение для сравнение с текущим. |
Returns
Type | Description |
---|---|
System.Boolean |