Click or drag to resize
TextRangeGetColumn Method
(TOM 2 only) Gets the column in the range.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public Object GetColumn()

Return Value

Type: Object
Exceptions
ExceptionCondition
NotSupportedException The underlying COM object does not implement the ITextRange2 interface.
NotImplementedException The TOM implementation used by the range does not support tables.
Remarks
This method is not implemented.
See Also