pdfgridcellcollection-ag凯发旗舰厅
com.spire.pdf.grid
class pdfgridcellcollection
java.lang.object
com.spire.pdf.grid.pdfgridcellcollection
- all implemented interfaces:
- com.spire.ms.system.collections.ienumerable, java.lang.iterable
public class pdfgridcellcollection
- extends java.lang.object
- implements com.spire.ms.system.collections.ienumerable
set and add for the pdf grid cell collection
pdfgridcellcollection
public pdfgridcellcollection(pdfgridrow row)
get
public pdfgridcell get(int index)
- gets the at the specified index.
getcount
public int getcount()
- gets the count.
add
public pdfgridcell add()
- adds this instance.
add
public void add(pdfgridcell cell)
- adds the specified cell.
- parameters:
cell
- the cell.
indexof
public int indexof(pdfgridcell cell)
- returns the index of a particular cell in the collection.
- parameters:
cell
- the cell.
- returns:
- index