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
)
Public Overridable Sub Add (
item As T
)
public:
virtual void Add(
T item
)
abstract Add :
item : 'T -> unit
override Add :
item : 'T -> unit
Parameters
-
item
-
Type:
T
The item to add to the collection.
Implements
ICollection
T
Add(T)
See Also