Structure
Row
public struct Row: Codable
The primary storage for spreadsheet cells.
Relationships
Conforms To
Codable
Properties
reference
let reference: UInt
ht
var ht: String?
height
let height: Double?
custom​Height
let customHeight: String?
cells
let cells: [Cell]