Click or drag to resize

CollectionExtended T EnsureCapacity Method

Enlarges internal storage if necessary.

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

Parameters

size
Type: System Int32
Required size.
See Also