Click or drag to resize

IXDLSSerializableCollection AddItem Method

Adds an item to the collection.

Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
void AddItem(
	IDocumentSerializable item
)

Parameters

item
Type: Spire.Doc.Interface IDocumentSerializable
The item to add.
See Also