Search
Table Methods
 


 Public Methods

  Name Description

AddAeroEffect

Adds an Aero effect to this table.

AddColumn

Adds a new column to the table.

AddGlassEffect

Adds a Glass effect to this table.

AddLabel

Adds the specified label to this table.

AddRelation

Creates a relation to another table.

AddRow

Adds a new row to the table.

BeginEditLabel

Enters inplace-edit mode, letting users edit the text of the specified label.

BeginInplaceEdit

Enters inplace-edit mode, allowing users to edit the table caption or the text of a cell.

BeginUndoRecord

( a feature of FlowChartX Pro edition)

Starts recording modifications made to this table for later undo.

BoundingRect

Gets the table bounding rectangle coordinates.

BreakRelation

Removes the relation between this table and another one.

ChangeRelation

Changes the origin or destination row of the specified arrow.

ClearEffects

Removes all effects from this table.

Clone

Creates a copy of this table.

Collapse

Collapses the tree branch that starts from this table.

ColumnFromPoint

Gets the column index of the cell that contains the specified point.

DeleteColumn

Deletes the specified column of the table.

DeleteRow

Deletes the specified row of the table.

EndInplaceEdit

Exits inplace-edit mode, and either accepts or rejects any changes made to the text.

EndUndoRecord

( a feature of FlowChartX Pro edition)

Stops tracking modifications made to the table and adds a modification record to the undo queue.

Expand

Expands the tree branch that starts from this table.

FitSizeToPicture

Makes the table as big as the picture assigned to it.

GetColType

Gets the type of a column.

GetColWidth

Gets the width of a column.

GetCTable

 

GetLabel

Gets the NodeLabel at the specified position in table' label list.

GetLabelCount

Gets the number of supplementary labels associated with this table.

GetRelatedTables

Gets a list of tables related to this one.

GetRowHeight

Gets the height of a row.

GetRowIncomingArrows

Returns the collection of arrows that enter into a row of the table.

GetRowOutgoingArrows

Returns the collection of arrows that go out from a row of the table.

GetText

Gets the text of the specifies cell.

GetTextStyle

Gets the text alignment style of the specified cell.

InsertColumn

Inserts a new column into the table.

InsertRow

Inserts a new row into the table.

LabelFromPoint

Returns the label whose layout rectangle contains the specified point.

LoadPicFromRes

Loads an image from the resources embedded in a .dll or .exe file and assigns it to the table Picture.

LoadPicInCell

Loads an image from the specified file and assigns it to a cell's picture.

LoadPicInCellFromRes

Loads an image from the resources embedded in a .dll or .exe file and assigns it to a cell's picture.

LoadPicture

Loads an image from the specified file and assigns it to the table Picture.

MoveTo

Moves the table to the specified location.

PutInContainer

( a feature of FlowChartX Pro edition)

Puts this table into a container box.

RemoveFromContainer

( a feature of FlowChartX Pro edition)

Removes this table from its container.

RemoveLabel

Removes the specified label from this table.

ResizeToFitText

Resizes the columns and rows of a table so that the cells fit all their text.

RowFromPoint

Gets the row index of the cell that contains the specified point.

SetColType

Sets the type of the specified column.

SetColWidth

Sets the width of the specified column.

SetRect

Sets the table location and size.

SetRowHeight

Sets the height of the specified row.

SetSize

Sets the size of this table.

SetText

Sets the text of a cell.

SetTextStyle

Sets the text alignment style of the specified cell.

ZBottom

Moves the table to the bottom of the Z order.

ZLevelDown

Moves the table one position down in the Z order.

ZLevelUp

Moves the table one position up in the Z order.

ZTop

Moves the table to the top of the Z order.

 See Also