我需要知道如何为数组中指定的行数设置分页
array = [CellData( Cost : format(8000.0) , realCost : format (10000.0) , numberOfCoin : format(1600) + , typeOfCoin : "string" , NR : 1, coinIcon : UIImage(named: "Icon")! , isEnable : false),
CellData( Cost : format(8000.0) , realCost : format (10000.0) , numberOfCoin : format(1600) + , typeOfCoin : "string" , NR : 2, coinIcon : UIImage(named: "Icon")! , isEnable : false)
CellData( Cost : format(8000.0) , realCost : format (10000.0) , numberOfCoin : format(1600) + , typeOfCoin : "string" , NR : 3, coinIcon : UIImage(named: "Icon")! , isEnable : false)
CellData( Cost : format(8000.0) , realCost : format (10000.0) , numberOfCoin : format(1600) + , typeOfCoin : "string" , NR : 4, coinIcon : UIImage(named: "Icon")! , isEnable : false)]