GrapeCity.Documents.Excel Namespace / IDocumentPropertyCollection Interface / RemoveAt Method
The zero based index.
In This Topic
RemoveAt Method
In This Topic
Removes a property at the specified index.
Syntax
void RemoveAt( 
   System.int index
)

Parameters

index
The zero based index.
See Also