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

In This Topic
    SelectedColumnEndIndex Property (C1TextRange)
    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