pdfgridheadercollection-ag凯发旗舰厅
com.spire.pdf.grid
class pdfgridheadercollection
java.lang.object
com.spire.pdf.grid.pdfgridheadercollection
- all implemented interfaces:
- com.spire.ms.system.collections.ienumerable, java.lang.iterable
public class pdfgridheadercollection
- extends java.lang.object
- implements com.spire.ms.system.collections.ienumerable
the class pdf grid header collection.
pdfgridheadercollection
public pdfgridheadercollection(pdfgrid grid)
- create pdfgridheadercollection class instance
- parameters:
grid
- pdfgrid
get
public pdfgridrow get(int index)
- gets the at the specified index.
getcount
public int getcount()
- gets the count.
add
public pdfgridrow[] add(int count)
- adds the specified count.
- parameters:
count
- the count.
clear
public void clear()
- clears this instance.
applystyle
public void applystyle(pdfgridstylebase style)
- applies the style.
- parameters:
style
- the style.