Share via


Range.Column Property

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

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property Column As Integer
    Get
'Usage
Dim instance As Range
Dim value As Integer

value = instance.Column
int Column { get; }

Property Value

Type: System.Int32

Remarks

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

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Excel Namespace