Click or drag to resize

PdfGridRowCollection SetSpan Method

Sets the span.

Namespace: Spire.Pdf.Grid
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void SetSpan(
	int rowIndex,
	int cellIndex,
	int rowSpan,
	int colSpan
)

Parameters

rowIndex
Type: System Int32
Index of the row.
cellIndex
Type: System Int32
Index of the cell.
rowSpan
Type: System Int32
The row span.
colSpan
Type: System Int32
The col span.
See Also