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