Structure
Column
public struct Column: Codable, Equatable
The styling information for a given column. Full specification for the internals of this type is available in Microsoft docs.
Relationships
Conforms To
Codable
Equatable
Properties
min
let min: Int
The first column where this formatting information applies.
max
let max: Int
The last column where this formatting information applies.
width
let width: Double
Width of a column in width values of widest digist in normal font style.
style
let style: UInt32?
Default style for related columns.
custom​Width
let customWidth: Bool?
Set to true
when width for related columns differs from the default.