다음을 통해 공유


Cell.ColumnIndex Property

Returns a value that indicates the number of the table column that contains the specified cell.

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

Syntax

'Declaration
ReadOnly Property ColumnIndex As Integer
    Get
'Usage
Dim instance As Cell
Dim value As Integer

value = instance.ColumnIndex
int ColumnIndex { get; }

Property Value

Type: System.Int32

See Also

Reference

Cell Interface

Cell Members

Microsoft.Office.Interop.Word Namespace