Link Search Menu Expand Document

RangeColumns Property

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

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

Property Value

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

Reference