| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.pdf.grid.PdfGridCellCollection
public class PdfGridCellCollection
set and add for the Pdf Grid Cell Collection
| Constructor Summary | |
|---|---|
| PdfGridCellCollection(PdfGridRow row) | |
| Method Summary | |
|---|---|
|  PdfGridCell | add()Adds this instance. | 
|  void | add(PdfGridCell cell)Adds the specified cell. | 
|  PdfGridCell | get(int index)Gets the at the specified index. | 
|  int | getCount()Gets the count. | 
|  int | indexOf(PdfGridCell cell)Returns the index of a particular cell in the collection. | 
| Constructor Detail | 
|---|
public PdfGridCellCollection(PdfGridRow row)
| Method Detail | 
|---|
public PdfGridCell get(int index)
public int getCount()
public PdfGridCell add()
public void add(PdfGridCell cell)
cell - The cell.public int indexOf(PdfGridCell cell)
cell - The cell.
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||