Removes a property at the specified index.
[Visual Basic]Public Sub RemoveAt( _
ByVal
index As
Integer _
)
[C#]public
void RemoveAt(
int index);
Parameters
- index
- The zero based index.
See Also
DocumentPropertyCollection Class | Aspose.Words.Properties Namespace