RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox.Documents Namespace / C1TextRange Class / SelectedColumnStartIndex Property

In This Topic
    SelectedColumnStartIndex Property
    In This Topic
    Gets or sets the index of first column in selected table.
    Syntax
    'Declaration
     
    Public Property SelectedColumnStartIndex As Nullable(Of Integer)
    public Nullable<int> SelectedColumnStartIndex {get; set;}
    See Also