CellReferencePosition Constructors
Defines the column, row and the reference type (relative or absolute).Name | Parameters | Description |
---|---|---|
CellReferencePosition(Int32, Int32, PositionType, PositionType) | column, row, columnType, rowType | Initializes a new instance of the CellReferencePosition class with the specified settings. |
CellReferencePosition(Int32, Int32) | column, row | Initializes a new instance of the CellReferencePosition class with the specified settings. |
See Also