RangeColumn Property Bytescout Spreadsheet SDK
Gets the zero based column number of the first column in the first area (Areas[0]) of the Range .

Namespace:  Bytescout.Spreadsheet
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

public int Column { get; }

Property Value

Type: Int32
The zero based column number of the first column in the first area.
Remarks

Column A returns 0, column B returns 1, and so on.
See Also

Reference