public class Grid extends Object
Constructor and Description |
---|
Grid(int rowCount,
int columnCount) |
Modifier and Type | Method and Description |
---|---|
JRExporterGridCell |
get(int row,
int column) |
int |
getColumnCount() |
GridRow |
getRow(int row) |
int |
getRowCount() |
void |
set(int row,
int column,
JRExporterGridCell cell) |
public int getRowCount()
public int getColumnCount()
public GridRow getRow(int row)
public void set(int row, int column, JRExporterGridCell cell)
public JRExporterGridCell get(int row, int column)
Copyright © 2021 TIBCO Software Inc.. All rights reserved.