Click or drag to resize

ICustomDocumentProperties Interface

Summary description for ICustomDocumentProperties.

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

The ICustomDocumentProperties type exposes the following members.

Properties
Name Description
Public property Count
Returns number of elements in the collection. Read-only.
Public property Item Int32
Returns single entry from the collection. Read-only.
Public property Item String
Returns single entry from the collection. Creates new entry if property with specified name is not found. Read-only.
Top
Methods
Name Description
Public method Add(String, Boolean)
Adds element to the collection.
Public method Add(String, DateTime)
Adds element to the collection.
Public method Add(String, Double)
Adds element to the collection.
Public method Add(String, Int32)
Adds element to the collection.
Public method Add(String, String)
Adds element to the collection.
Public method Clear
Removes all elements from the collection.
Public method Contains
Checks whether collection contains property with specified name.
Public method Remove
Removes specified object from the collection.
Top
See Also