ComponentOne RichTextBox for UWP
TableTargetType Enumeration

C1.Xaml.RichTextBox Namespace : TableTargetType Enumeration
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

Reference

C1.Xaml.RichTextBox Namespace