ColumnOffset.undefined

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

struct ColumnOffset
enum undefined = 16_384;

Meta