Structure
Format.Alignment
public struct Alignment: Codable, Equatable
Relationships
Member Of
Format
Storage for cell formatting properties. More details are available at datypic.com
Conforms To
Codable
Equatable
Properties
vertical
let vertical: String?
horizontal
let horizontal: String?
wrapText
let wrapText: Bool?