Range.Column Property

Definition

Returns the number of the first column in the first area in the specified range.

public:
 property int Column { int get(); };
public int Column { get; }
Public ReadOnly Property Column As Integer

Property Value

Remarks

Column A returns 1, column B returns 2, and so on.

Applies to