Click or drag to resize

XlsRangesCollection GetColumnRows Method

Retrieves an array of CellRange objects representing either columns or rows based on the provided flag.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
protected CellRange[] GetColumnRows(
	bool bIsColumn
)

Parameters

bIsColumn
Type: System Boolean
If true, retrieves columns; if false, retrieves rows.

Return Value

Type: CellRange
An array of CellRange objects.
See Also