Cell types enum
Displays the cell to the specified output.
Sets the background colour of this cell
Sets the cell to contain an integer scaled into a binary metric representation (Ki, Mi, Gi, Ti, etc).
Sets the cell to contain an integer scaled into a decimal metric representation (K, M, G, T, etc).
Sets the cell to contain a horizontal divider.
Sets the cell to contain nothing.
Sets the cell to contain a float.
Sets the foreground colour of this cell
Sets the cell to contain an integer.
Sets the cell to be merged with the cell to its right.
Sets the cell to contain a string.
Number of characters in-between each cell
Static opCall method to create a cell containing an integer scaled into a binary metric representation (Ki, Mi, Gi, Ti, etc).
Static opCall method to create a cell containing an integer scaled into a decimal metric representation (K, M, G, T, etc).
Static opCall method to create an empty cell.
Static opCall method to create a cell containing a float.
Static opCall method to create a cell containing an integer.
Static opCall method to create a cell merged with the one to the right.
Static opCall method to create a cell containing a string.
Cell contents union
Metric postfix string (used by BinaryMetric and DecimalMetric cell types)
Cell