ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfTableObject Class
Members

In This Topic
    RtfTableObject Class
    In This Topic
    The common (base) Word/RTF table object (cell, row ...).
    Object Model
    RtfTableObject Class
    Syntax
    'Declaration
     
    Public MustInherit Class RtfTableObject 
       Inherits RtfDiagonalObject
    public abstract class RtfTableObject : RtfDiagonalObject 
    Inheritance Hierarchy

    System.Object
       C1.C1Word.Objects.RtfObject
          C1.C1Word.Objects.RtfBorderObject
             C1.C1Word.Objects.RtfFilledObject
                C1.C1Word.Objects.RtfDiagonalObject
                   C1.C1Word.Objects.RtfTableObject
                      C1.C1Word.Objects.RtfCell
                      C1.C1Word.Objects.RtfRow

    See Also