RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox Namespace / TableTargetType Enumeration

In This Topic
    TableTargetType Enumeration
    In This Topic
    Defines the target type for C1SelectTableMenuTool and C1DeleteTableMenuTool.
    Syntax
    'Declaration
     
    Public Enum TableTargetType 
       Inherits System.Enum
    public enum TableTargetType : System.Enum 
    Members
    MemberDescription
    CellCell as the target type for C1SelectTableMenuTool and C1DeleteTableMenuTool.
    ColumnColumn as the target type for C1SelectTableMenuTool and C1DeleteTableMenuTool.
    RangeRange as the target type for C1SelectTableMenuTool and C1DeleteTableMenuTool.
    RowRow as the target type for C1SelectTableMenuTool and C1DeleteTableMenuTool.
    TableTable as the target type for C1SelectTableMenuTool and C1DeleteTableMenuTool.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Xaml.RichTextBox.TableTargetType

    See Also