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

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