mir-excel ~master (2023-03-03T14:13:31Z)
Dub
Repo
ColumnHeight
mir
xlsx
Column height in number of columns.
struct
ColumnHeight {
enum
undefined
;
enum
max
;
Length
value
;
this
(Offset value);
this
(size_t value);
bool
isDefined
();
}
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
;
Undocumented in source.
Variables
value
Length
value
;
Undocumented in source.
Meta
Source
See Implementation
mir
xlsx
aliases
ColHeight
ColOffset
DenseValue
Length
Offset
RelationshipsById
SILdoc
SILignore
SparseValue
Start
functions
convertTo
convertToString
dateToLong
datetimeToDouble
doubleToDateTime
doubleToTimeOfDay
eatXlPrefix
elementMax
extractData
insertValueIntoCell
longToDate
readCells
readSharedEntries
readSheet
stringToDate
timeOfDayToDouble
toPos
tryConvertTo
tryConvertToImpl
manifest constants
runCount
tme
structs
Address
ColumnHeight
ColumnOffset
ColumnRange
DenseCell
DenseTable
Extent
Position
Region
Relationships
RowOffset
RowRange
RowWidth
Sheet
SheetNameId
SparseCell
Workbook
Column height in number of columns.