Structure
CellReference
public struct CellReference
Relationships
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