Range.Column Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.