ICustomPropertiesCollection Interface |
Namespace: Spire.Xls.Core
The ICustomPropertiesCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Capacity |
Gets or sets the capacity of the collection.
|
![]() |
Count |
Gets the count of items in the collection.
|
![]() |
Item Int32 |
Gets
XlsCustomProperty
object at the special field.
|
![]() |
Item String |
Gets the XlsCustomProperty associated with the specified name.
|
Name | Description | |
---|---|---|
![]() |
Add |
Adds a custom property to the document with the specified name and value.
|
![]() |
Clear |
Clears the contents of the object, resetting it to its default state.
|
![]() |
GetEnumerator |
Returns an enumerator that iterates through a collection.
|
![]() |
RemoveAt |
Removes object from the collection of custom properties.
|