Click or drag to resize
TextRangeGetRow Method
(TOM 2 only) Gets the row properties in the currently selected row.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public TextRow GetRow()

Return Value

Type: TextRow
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.
See Also