Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TablePosition Class
Members

In This Topic
    TablePosition Class
    In This Topic
    Represents information about the current table with regard to floating tables. Floating tables are tables in a document which are not part of the main text flow in the document, and are instead absolutely positioned with a specific size and position relative to non-frame content in the current document.
    Object Model
    TablePosition Class
    Syntax
    'Declaration
     
    Public Class TablePosition 
       Inherits FormattingBag
    public class TablePosition : FormattingBag 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Word.FormattingBag
          GrapeCity.Documents.Word.TablePosition

    See Also