ComponentOne RichTextBox for UWP
SelectedColumnStartIndex Property

C1.Xaml.RichTextBox.Documents Namespace > C1TextRange Class : SelectedColumnStartIndex Property
Gets or sets the index of first column in selected table.
Syntax
'Declaration
 
Public Property SelectedColumnStartIndex As System.Nullable(Of Integer)
public System.Nullable<int> SelectedColumnStartIndex {get; set;}
See Also

Reference

C1TextRange Class
C1TextRange Members