Click or drag to resize

PdfGridColumnCollection Remove Method

Removes the first occurrence of a specific object from the PdfGridColumnCollection.

Namespace: Spire.Pdf.Grid
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool Remove(
	PdfGridColumn item
)

Parameters

item
Type: Spire.Pdf.Grid PdfGridColumn
The object to remove from the PdfGridColumnCollection.

Return Value

Type: Boolean
true if item is successfully removed; otherwise, false
See Also