TableColumnHeaderTexts

public struct TableColumnHeaderTexts : Codable, Equatable

An array of values, each being the text value of a column header that is applicable to the current cell.

  • The text value of a column header.

    Declaration

    Swift

    public var text: String?