Click or drag to resize

PdfGridHeaderCollection Add Method

Adds the specified count.

Namespace: Spire.Pdf.Grid
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfGridRow[] Add(
	int count
)

Parameters

count
Type: System Int32
The count.

Return Value

Type: PdfGridRow
See Also