Click or drag to resize

PdfGridColumnCollection Add Method (Int32)

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 void Add(
	int count
)

Parameters

count
Type: System Int32
The count.
See Also