Click or drag to resize

CollectionBase T Constructor (Int32)

Initializes a new instance of the class with the specified capacity.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CollectionBase(
	int capacity
)

Parameters

capacity
Type: System Int32
The number of elements that the new list can initially store.
See Also