RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TableRowGroup Class / ContentStart Property

In This Topic
    ContentStart Property (C1TableRowGroup)
    In This Topic
    Gets the C1TextPointer at the start of this text element.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property ContentStart As C1TextPointer
    public virtual C1TextPointer ContentStart {get;}
    See Also