Click or drag to resize

CollectionBase T Add Method

Adds an item to the collection.trigger OnInsert and OnInsertComplete method when set item

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public virtual void Add(
	T item
)

Parameters

item
Type: T
The item to add to the collection.

Implements

ICollection T Add(T)
See Also