'Declaration Public Shadows Sub RemoveAt( _ ByVal index As Integer _ )
'Usage Dim instance As DocumentCollection Dim index As Integer instance.RemoveAt(index)
public new void RemoveAt( int index )
public: new void RemoveAt( int index )
This method internally calls Dispose() on the Document in the DocumentCollection.
DocumentCollection Class DocumentCollection Members
©2017. Accusoft Corporation. All Rights Reserved.