CoreXLSX Documentation Beta

Structure Row

public struct Row: Codable

The primary storage for spreadsheet cells.

%3 Row Row Codable Codable Row->Codable

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]