Click or drag to resize

ICustomPropertiesCollection Interface

Represents a collection of custom properties.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface ICustomPropertiesCollection

The ICustomPropertiesCollection type exposes the following members.

Properties
Methods
Name Description
Public method Add
Adds a custom property to the document with the specified name and value.
Public method Clear
Clears the contents of the object, resetting it to its default state.
Public method GetEnumerator
Returns an enumerator that iterates through a collection.
Public method RemoveAt
Removes object from the collection of custom properties.
Top
See Also