From 8d208c1e00d66c4a80af933a58e82eb3a15a8305 Mon Sep 17 00:00:00 2001 From: Ramya Sivakumar Date: Wed, 5 Nov 2025 19:03:40 +0530 Subject: [PATCH 1/3] 988140-Document-Property --- Document-Processing-toc.html | 3 ++ ...-built-in-properties-of-Excel-documents.md | 29 +++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 Document-Processing/Excel/Excel-Library/NET/faqs/how-to-access-the-built-in-properties-of-Excel-documents.md diff --git a/Document-Processing-toc.html b/Document-Processing-toc.html index 95efdb7e4..1d1c8a4ec 100644 --- a/Document-Processing-toc.html +++ b/Document-Processing-toc.html @@ -5893,6 +5893,9 @@
  • Does XlsIO support setting row height for individual cells in Excel?
  • +
  • + How to access the built-in properties of Excel documents? +
  • diff --git a/Document-Processing/Excel/Excel-Library/NET/faqs/how-to-access-the-built-in-properties-of-Excel-documents.md b/Document-Processing/Excel/Excel-Library/NET/faqs/how-to-access-the-built-in-properties-of-Excel-documents.md new file mode 100644 index 000000000..5a9c6482f --- /dev/null +++ b/Document-Processing/Excel/Excel-Library/NET/faqs/how-to-access-the-built-in-properties-of-Excel-documents.md @@ -0,0 +1,29 @@ +--- +title: How to access the built-in properties of Excel documents | XlsIO | Syncfusion +description: This page shows how to access the built-in properties of Excel documents using Syncfusion .NET Excel library (XlsIO). +platform: document-processing +control: XlsIO +documentation: UG +--- + +# How to access the built-in properties of Excel documents? + +You can access the built-in properties of Excel documents by using the [IWorkbook.BuiltInDocumentProperties](https://help.syncfusion.com/cr/aspnet-core/Syncfusion.XlsIO.Implementation.Collections.BuiltInDocumentProperties.html) property. + +{% tabs %} +{% highlight c# tabtitle="C# [Cross-platform]" %} +IBuiltInDocumentProperties documentProperties = workbook.BuiltInDocumentProperties; +{% endhighlight %} + +{% highlight c# tabtitle="C# [Windows-specific]" %} +IBuiltInDocumentProperties documentProperties = workbook.BuiltInDocumentProperties; +{% endhighlight %} + +{% highlight vb.net tabtitle="VB.NET [Windows-specific]" %} +Dim documentProperties As IBuiltInDocumentProperties = workbook.BuiltInDocumentProperties +{% endhighlight %} +{% endtabs %} + +## See Also + +* [How to disable ExportDocumentProperties?](https://help.syncfusion.com/document-processing/excel/conversions/excel-to-pdf/net/excel-to-pdf-converter-settings?cs-save-lang=1&cs-lang=vb#export-document-properties) \ No newline at end of file From b97d311d0798f2e8436fbe2738f46e88b45499e1 Mon Sep 17 00:00:00 2001 From: Ramya Sivakumar Date: Wed, 5 Nov 2025 19:24:32 +0530 Subject: [PATCH 2/3] 988140-Document-Property --- ...ow-to-access-the-built-in-properties-of-Excel-documents.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Document-Processing/Excel/Excel-Library/NET/faqs/how-to-access-the-built-in-properties-of-Excel-documents.md b/Document-Processing/Excel/Excel-Library/NET/faqs/how-to-access-the-built-in-properties-of-Excel-documents.md index 5a9c6482f..337a9bf6a 100644 --- a/Document-Processing/Excel/Excel-Library/NET/faqs/how-to-access-the-built-in-properties-of-Excel-documents.md +++ b/Document-Processing/Excel/Excel-Library/NET/faqs/how-to-access-the-built-in-properties-of-Excel-documents.md @@ -1,5 +1,5 @@ --- -title: How to access the built-in properties of Excel documents | XlsIO | Syncfusion +title: How to access the built-in properties of Excel documents | Syncfusion description: This page shows how to access the built-in properties of Excel documents using Syncfusion .NET Excel library (XlsIO). platform: document-processing control: XlsIO @@ -26,4 +26,4 @@ Dim documentProperties As IBuiltInDocumentProperties = workbook.BuiltInDocumentP ## See Also -* [How to disable ExportDocumentProperties?](https://help.syncfusion.com/document-processing/excel/conversions/excel-to-pdf/net/excel-to-pdf-converter-settings?cs-save-lang=1&cs-lang=vb#export-document-properties) \ No newline at end of file +* [How to disable ExportDocumentProperties](https://help.syncfusion.com/document-processing/excel/conversions/excel-to-pdf/net/excel-to-pdf-converter-settings?cs-save-lang=1&cs-lang=vb#export-document-properties) \ No newline at end of file From 261279e5d1302c1637a22bd463ebd876d516f6c9 Mon Sep 17 00:00:00 2001 From: Ramya Sivakumar Date: Wed, 5 Nov 2025 19:41:17 +0530 Subject: [PATCH 3/3] 988140-Document-Property --- .../how-to-access-the-built-in-properties-of-Excel-documents.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Document-Processing/Excel/Excel-Library/NET/faqs/how-to-access-the-built-in-properties-of-Excel-documents.md b/Document-Processing/Excel/Excel-Library/NET/faqs/how-to-access-the-built-in-properties-of-Excel-documents.md index 337a9bf6a..9ce1617e9 100644 --- a/Document-Processing/Excel/Excel-Library/NET/faqs/how-to-access-the-built-in-properties-of-Excel-documents.md +++ b/Document-Processing/Excel/Excel-Library/NET/faqs/how-to-access-the-built-in-properties-of-Excel-documents.md @@ -26,4 +26,4 @@ Dim documentProperties As IBuiltInDocumentProperties = workbook.BuiltInDocumentP ## See Also -* [How to disable ExportDocumentProperties](https://help.syncfusion.com/document-processing/excel/conversions/excel-to-pdf/net/excel-to-pdf-converter-settings?cs-save-lang=1&cs-lang=vb#export-document-properties) \ No newline at end of file +* [How to disable ExportDocumentProperties](https://help.syncfusion.com/document-processing/excel/conversions/excel-to-pdf/net/excel-to-pdf-converter-settings#export-document-properties) \ No newline at end of file