TableRowHeaderTexts
public struct TableRowHeaderTexts : Codable, Equatable
An array of values, each being the text value of a row header that is applicable to this body cell.
-
The
textvalue of a row header.Declaration
Swift
public var text: String?
View on GitHub
TableRowHeaderTexts Structure Reference