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
)
Public Sub New (
capacity As Integer
)
public:
CollectionBase(
int capacity
)
new :
capacity : int -> CollectionBase
Parameters
-
capacity
-
Type:
System
Int32
The number of elements that the new list can initially store.
See Also