IndexPath
public extension IndexPath
Swift Grid View Index Path Extension
-
Init Swift Grid View Index Path
- Paramter section: Section for the data grid
Declaration
Swift
init(forSGRow row: Int, atColumn column: Int, inSection section: Int)
Parameters
row
Row for the data grid
column
Column for the data grid
-
Swift Grid View Section
Declaration
Swift
var sgSection: Int { get }
-
Swift Grid View Row
Declaration
Swift
var sgRow: Int { get }
-
Swift Grid View Column
Declaration
Swift
var sgColumn: Int { get }