TableBlock Class Members

Summary

The following tables list the members exposed by TableBlock.

Public Constructors

Name Description
Public Constructor static  | Shared in VB TableBlock Creates a new instance of TableBlock.

Public Methods

Name Description
Public Method canMerge Indicates whether the targeted cells in the TableBlock object can be merged.
Public Method createCell Creates a new Cell and inserts it into the TableBlock object at the intersection.
Public Method deleteCell Deletes the Cell and all its content at the intersection.
Public Method deleteColumn Deletes a column from the TableBlock object.
Public Method deleteRow Deletes a row from the TableBlock object.
Public Method forEachCell Iterates over every Cell in the TableBlock object.
Public Method getCell Retrieves the Cell object located at the intersection.
Public Method insertCell Inserts a Cell at the intersection.
Public Method insertColumn Inserts a new column into the TableBlock object relative to a specified Cell.
Public Method insertEmptyRow Inserts a new row of empty cells into the TableBlock object.
Public Method insertRow Inserts a new row into the TableBlock object relative to a specified Cell.
Public Method merge Merges all Cell objects in the provided range together.
Public Method unmerge Unmerges an anchor Cell into its constituent Cell objects.

Public Properties

Name Description
Public Property static  | Shared in VB attributes The Attributes for this TableBlock object.
Public Property static  | Shared in VB blockType Gets the BlockType for this TableBlock object.
Public Property static  | Shared in VB context The EditableContent for this TableBlock object.
Public Property static  | Shared in VB DEFAULT_NAME Gets the default name string of the TableBlock object.
Public Property static  | Shared in VB defaultLength The default length of the TableBlock object, with the number being how much space is taken in the document.
Public Property static  | Shared in VB id Gets the ID string value of the TableBlock object.
Public Property static  | Shared in VB length Gets the length of the TableBlock object, with the number being how much space is taken in the document.
Public Property static  | Shared in VB name The name string of the TableBlock object.
Public Property static  | Shared in VB node The TreeNode of the TableBlock object.
Public Property static  | Shared in VB rows The collection of row Cell objects in the TableBlock object.
Public Property static  | Shared in VB type The PieceType for the TableBlock object.

See Also

TableBlock Class

Leadtools.Document.Editor Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Editor Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.