Row offset, starting at 0 for top-most row.
Defaults to uint.max to indicate not yet initialized (undefined).
Uses sub-type instead of alias for type-safe API requiring explicit conversions.
< Excel has a limit of 1_048_576 rows so make the 1_048_576+1:th represent undefinedness.
See Implementation
Row offset, starting at 0 for top-most row.
Defaults to uint.max to indicate not yet initialized (undefined).
Uses sub-type instead of alias for type-safe API requiring explicit conversions.