Click or drag to resize
TextRangeStartPara Property
(TOM 2 only) Gets the character position of the start of the paragraph that contains the range's start character position.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public int StartPara { get; }

Property Value

Type: Int32
Exceptions
ExceptionCondition
NotSupportedException The underlying COM object does not implement the ITextRange2 interface.
See Also