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
)
Public Function Remove (
item As PdfGridColumn
) As Boolean
public:
bool Remove(
PdfGridColumn^ item
)
member Remove :
item : PdfGridColumn -> bool
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