StiContainerRemoveAllSelected Method (ListStiComponent) |
Removes all selected object from the container.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public void RemoveAllSelected(
ref List<StiComponent> removeComps
)
Public Sub RemoveAllSelected (
ByRef removeComps As List(Of StiComponent)
)
Parameters
- removeComps
- Type: System.Collections.GenericListStiComponent
[Missing <param name="removeComps"/> documentation for "M:Stimulsoft.Report.Components.StiContainer.RemoveAllSelected(System.Collections.Generic.List{Stimulsoft.Report.Components.StiComponent}@)"]
See Also