ColumnOffset

Column offset, starting at 0 for left-most column.

Defaults to uint.max to indicate not yet initialized (undefined).

Uses sub-type instead of alias for type-safe API requiring explicit conversions.

Constructors

this
this(Offset value)
Undocumented in source.
this
this(size_t value)
Undocumented in source.

Alias This

value

Members

Functions

isDefined
bool isDefined()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

max
enum max;
Undocumented in source.
undefined
enum undefined;

< Excel has a limit of 16_384 rows so make the 16_384+1:th represent undefinedness.

Variables

value
Offset value;
Undocumented in source.

Meta