C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / PageColumnDefCollection Class / Remove Method
The column definition to remove.

In This Topic
Remove Method (PageColumnDefCollection)
In This Topic
Removes a PageColumnDef from the current collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal pageColumnDef As PageColumnDef _
) 
 

Parameters

pageColumnDef
The column definition to remove.
See Also