Structure
Format
public struct Format: Codable, Equatable
Storage for cell formatting properties. More details are available at datypic.com
Relationships
Nested Types
Format.Alignment
Conforms To
Codable
Equatable
Properties
numberFormatId
let numberFormatId: Int
borderId
let borderId: Int?
fillId
let fillId: Int?
fontId
let fontId: Int
applyNumberFormat
let applyNumberFormat: Bool?
applyFont
let applyFont: Bool?
applyFill
let applyFill: Bool?
applyBorder
let applyBorder: Bool?
applyAlignment
let applyAlignment: Bool?
applyProtection
let applyProtection: Bool?
alignment
let alignment: Alignment?