Click or drag to resize

XlsWorksheet CreateRanges Method

Creates a collection of ranges from the specified array of CellRange objects.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public XlsRangesCollection CreateRanges(
	CellRange[] ranges
)

Parameters

ranges
Type: Spire.Xls CellRange
An array of CellRange objects to be added to the collection.

Return Value

Type: XlsRangesCollection
A new XlsRangesCollection containing the specified CellRange objects.
See Also