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

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

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