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

In This Topic
    IsRowsSelected Property (C1TextRange)
    In This Topic
    Gets or sets a value that indicates whether the whole C1TableRow is selected.
    Syntax
    'Declaration
     
    
    Public Property IsRowsSelected As Boolean
    public bool IsRowsSelected {get; set;}
    See Also