We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

XlsIO Question

Hi,

Do Workbook.CustomDocumentProperties
supports adding mine own metainfo?

I need to insert several metainformatio into newly created Workbook.

Martin


3 Replies

GM Geetha M Syncfusion Team November 7, 2008 12:26 PM UTC

Hi Martin,

You can add custom properties to the workbook as shown in the below codesnippets:

ICustomDocumentProperties customProperites = workbook.CustomDocumentProperties;
customProperites[ "Author" ].Text = "Essential XlsIO";
customProperites[ "Comments" ].Text = "XlsIO support Custom document properties";

You can refer to the below documentation link that illustrates the same:
http://www2.syncfusion.com/ug_64/xlsio/DocumentProperties.html

Please let me know if I have not understood the requirement clearly.

Regards,
Geetha



EW Ewen Wallace June 5, 2017 11:30 PM UTC

broken link. :(


SS Sridhar Sukumar Syncfusion Team June 6, 2017 12:45 PM UTC

Hi Ewen, 
  
Thank you for updating us. 


We have shared the UG documentation for document properties in below link.

UG Link: http://www.syncfusion.com/downloads/support/directtrac/general/doc/Document_Properties-1562852598
 
 
We will include this information in our documentation page. 
 
Regards, 
Sridhar. 


Loader.
Live Chat Icon For mobile
Up arrow icon