GrapeCity.Documents.Excel Namespace / IDocumentPropertyCollection Interface / Remove Method
The case-insensitive name of the property.
In This Topic
Remove Method (IDocumentPropertyCollection)
In This Topic
Removes a property with the specified name from the collection.
Syntax
void Remove( 
   System.string name
)

Parameters

name
The case-insensitive name of the property.
See Also