CoreXLSX Documentation Beta

Structure Border

public struct Border: Codable, Equatable
%3 Border Border Codable Codable Border->Codable Equatable Equatable Border->Equatable

Nested Types

Border.Value

Conforms To

Codable
Equatable

Properties

left

let left: Value?

right

let right: Value?

top

let top: Value?

bottom

let bottom: Value?

diagonal

let diagonal: Value?

horizontal

let horizontal: Value?

vertical

let vertical: Value?