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

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