ComponentOne RichTextBox for WPF and Silverlight
SelectedColumnStartIndex Property (C1TextRange)

C1.WPF.RichTextBox.Documents Namespace > C1TextRange Class : SelectedColumnStartIndex Property
Gets or sets the index of first column in selected table.
Syntax
'Declaration
 
Public Property SelectedColumnStartIndex As System.Nullable(Of Integer)
public System.Nullable<int> SelectedColumnStartIndex {get; set;}
See Also

Reference

C1TextRange Class
C1TextRange Members