Bookmark.Column Property

Returns a value that indicates if the specified bookmark is a table column.

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

Syntax

'Declaration
ReadOnly Property Column As Boolean
    Get
'Usage
Dim instance As Bookmark
Dim value As Boolean

value = instance.Column
bool Column { get; }

Property Value

Type: System.Boolean

See Also

Reference

Bookmark Interface

Bookmark Members

Microsoft.Office.Interop.Word Namespace