CoreXLSX Documentation Beta

Structure Cell​Reference

public struct CellReference
%3 CellReference CellReference Equatable Equatable CellReference->Equatable Decodable Decodable CellReference->Decodable Encodable Encodable CellReference->Encodable CustomStringConvertible CustomStringConvertible CellReference->CustomStringConvertible

Conforms To

CustomStringConvertible
Decodable
Encodable
Equatable

Initializers

init(_:​_:​)

public init(_ column: ColumnReference, _ row: UInt)

init(from:​)

public init(from decoder: Decoder) throws

Properties

column

let column: ColumnReference

row

let row: UInt

description

var description: String

Methods

==(lhs:​rhs:​)

public static func ==(lhs: CellReference, rhs: CellReference) -> Bool

encode(to:​)

public func encode(to encoder: Encoder) throws