Link Search Menu Expand Document

RangeRows Property

Gets a Range object that represents the rows in the specified range.

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public Range Rows { get; }

Property Value

Type: Range
The Range object that represents the rows.
Remarks
When applied to a Range object that's a multiple-area selection, this property returns rows from only the first area of the range.
See Also

Reference