RangeColumns Property Bytescout Spreadsheet SDK
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.1.2054-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