RowOrder
public enum RowOrder : String, Encodable
Is the first row the top or the bottom? Note that columns are always enumerated from left to right.
-
Undocumented
Declaration
Swift
case topToBottom = "top to bottom"
-
Undocumented
Declaration
Swift
case bottomToTop = "bottom to top"