PageAPI.RemoveAt

PageAPI.RemoveAt method

Removes an element at index position from the page.

public XpsContentElement RemoveAt(int index)
ParameterTypeDescription
indexInt32Position at which element should be removed.

Return Value

Removed element.

See Also