Searched refs:intY (Results 1 – 1 of 1) sorted by relevance
247 for ( int intY = 0; intY < stringValues.length; intY++ ) { in getChart()248 for ( int intX = 0; intX < stringValues[ intY ].length; in getChart()251 this.insertIntoCell( intY, intX, in getChart()252 stringValues[ intY ][ intX ], xspreadsheet, "" ); in getChart()326 public static void insertIntoCell( int intX, int intY, String stringValue, in insertIntoCell() argument332 xcell = xspreadsheet.getCellByPosition( intX, intY ); in insertIntoCell()
Completed in 15 milliseconds