|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.ms.System.Collections.Generic.List<PdfGridRow>
com.spire.pdf.grid.PdfGridRowCollection
public class PdfGridRowCollection
The class user to pdf grid row collection operation
Constructor Summary | |
---|---|
PdfGridRowCollection(PdfGrid grid)
Initializes a new instance of the class. |
Method Summary | |
---|---|
PdfGridRow |
add()
Adds this instance. |
void |
applyStyle(PdfGridStyleBase style)
Applies the style. |
void |
setSpan(int rowIndex,
int cellIndex,
int rowSpan,
int colSpan)
Sets the span. |
Constructor Detail |
---|
public PdfGridRowCollection(PdfGrid grid)
Method Detail |
---|
public PdfGridRow add()
public void setSpan(int rowIndex, int cellIndex, int rowSpan, int colSpan)
rowIndex
- Index of the row.cellIndex
- Index of the cell.rowSpan
- The row span.colSpan
- The col span.public void applyStyle(PdfGridStyleBase style)
style
- The style.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |