A newer version of this page is available.
Switch to the current version.
PageList.RemoveAt(Int32) Method
Removes the collection's item at the specified position.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
public virtual void RemoveAt(
int index
)
Public Overridable Sub RemoveAt(
index As Integer
)
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer value. |
See Also
Feedback