Limitations
Read only.
Gets the section number of the current text input position. The first section in the document has the number 1.
Introduced: 14.0.
public int Section { get; }
Public ReadOnly Property Section() As Integer
This example explains an easy use of the 'TXText
int currSection = textControl1.InputPosition.Section;
Dim currSection As Integer = TextControl1.InputPosition.Section
Read only.