ICustomDocumentProperties Interface |
Namespace: Spire.Xls.Core
The ICustomDocumentProperties type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Count |
Returns number of elements in the collection. Read-only.
|
![]() |
Item Int32 |
Returns single entry from the collection. Read-only.
|
![]() |
Item String |
Returns single entry from the collection. Creates new entry
if property with specified name is not found. Read-only.
|
Name | Description | |
---|---|---|
![]() |
Add(String, Boolean) |
Adds element to the collection.
|
![]() |
Add(String, DateTime) |
Adds element to the collection.
|
![]() |
Add(String, Double) |
Adds element to the collection.
|
![]() |
Add(String, Int32) |
Adds element to the collection.
|
![]() |
Add(String, String) |
Adds element to the collection.
|
![]() |
Clear |
Removes all elements from the collection.
|
![]() |
Contains |
Checks whether collection contains property with specified name.
|
![]() |
Remove |
Removes specified object from the collection.
|