Excel Custom Properties

Using Version 5.1 is there a command to remove all?


This message was posted using Page2Forum from Managing Document Properties - Aspose.Cells for .NET

Hi,

You may use following:

workbook.Worksheets.CustomDocumentProperties.Clear();

For details please visit: http://www.aspose.com/documentation/.net-components/aspose.cells-for-.net/aspose.cells.worksheetcollectionmethods.html

Thanks,