Table Properties

LabView Local Project Settings

Table Properties

Installed With: Base Package

Inherits from Generic»GObject»Control. View the class hierarchy.

PropertyDescription
Active Cell:Active CellSets the row and column of the active cell(s). Details
Active Cell:Cell Background ColorThe background color of active cell(s). Details
Active Cell:Cell FontThe font of the active cell in the table control. Details
Active Cell:Cell Font:BoldIndicates whether the text in the active cell is bold. Details
Active Cell:Cell Font:ColorThe text font color in the active cell. Details
Active Cell:Cell Font:ItalicIndicates whether the text in the active cell is italic. Details
Active Cell:Cell Font:NameThe name of the font in the active cell. Predefined font names include App Font, Sys Font, and Dlg Font. Details
Active Cell:Cell Font:SizeThe size of the font in the active cell. Details
Active Cell:Cell Font:StrikeoutIndicates whether to strike out the text in the active cell. Details
Active Cell:Cell Font:UnderlineIndicates whether the text in the active cell is underlined. Details
Active Cell:Cell JustificationGets and sets the justification of text within a table cell. Options are Left, Center, and Right. Details
Active Cell:Cell SizeThe size of the active cell(s) in pixels. Details
Active Cell:Cell Size:HeightThe height of the active cell(s) in pixels. Details
Active Cell:Cell Size:WidthThe width of the active cell(s) in pixels. Details
Active Cell:PositionThe coordinate in pixels, relative to the origin of the owning pane, of the top-left position of the active cell(s). Details
Active Cell:Position:LeftThe coordinate in pixels, relative to the origin of the owning pane, of the left edge of the active cell. Details
Active Cell:Position:TopThe coordinate in pixels, relative to the origin of the owning pane, of the top edge of the active cell. Details
Autosizing Row HeightDetermines whether the rows autosize their height to display all text when fonts change or when the number of lines in a cell changes. Details
Column Header Strings[]An array of the strings in the column headers. Details
Content Rect BoundsThe size in pixels of the content rectangle of the table control. Details
Content Rect Bounds:HeightThe height in pixels of the content rectangle of the table control. Details
Content Rect Bounds:WidthThe width in pixels of the content rectangle of the table control. Details
Content Rect PositionThe coordinate in pixels, relative to the origin of the owning pane, of the top-left position of the content rectangle of the table control. Details
Content Rect Position:LeftThe coordinate in pixels, relative to the origin of the owning pane, of the left edge of the content rectangle of the table control. Details
Content Rect Position:TopThe coordinate in pixels, relative to the origin of the owning pane, of the top edge of the content rectangle of the table control. Details
Edit PositionThe row-column pair index of the current text entry. Values of (0,0) indicate the top-left text entry. A value of –1 indicates the row or column header. Values of (–2, –2) indicate that no edits are being made to the text of the control. This property does not set text focus on a control that does not already have text focus. Details
Index ValuesRow and column index of the cell displayed in the top left corner. If you display the row and column headers, the non-header cell is the top left corner. Details
Multiple Line InputIf TRUE, you can enter multiple lines of text in the table cells by pressing the <Enter> key on the keyboard. If FALSE, pressing the <Enter> key on the keyboard while editing cells causes LabVIEW to commit the edits in the current cell and the text focus moves to the next cell. This property does not affect run-time behavior of the table. Details
Number of ColumnsNumber of visible columns in the table, including the row headers if visible. The number of columns might change if the vertical scroll bar is visible. This property counts partially visible columns. Details
Number of RowsNumber of visible rows in the table. If the table uses column headers, this number includes one row for the column headers. The number of rows might change if the horizontal scroll bar is visible. This property counts partially visible rows. Details
Row Header Strings[]An array of the strings in the row headers. Details
Selection ColorColor used to draw the data selection. Details
Selection SizeIndex of the row and column pair that specifies the number of rows and columns in the selection. Details
Selection StartRow and column index that specifies the beginning of data selection. Coordinates begin at (0,0), which is top left, and do not include headers. Details
SizeThe width and height in pixels of the table control. Details
Size:HeightThe height of the table control in pixels. Details
Size:WidthThe width of the table control in pixels. Details
Smooth Horizontal ScrollingIf TRUE, the horizontal scrolling of the table is by pixels, such that the first column may be horizontally clipped. If FALSE, the table scrolls by whole column widths such that the first column is never clipped. However, if a column is wider than the width of the table, you cannot see the text that is hidden off the right edge of that column. Details
Value (Signaling)Sets the value of the control and generates a Value Change event. Details
ValueValue of table control: 2D array of strings. Details
Visible Items:Column Headers VisibleIf TRUE, displays the column headers. Details
Visible Items:Horizontal Lines VisibleIf TRUE, displays horizontal lines that separate rows in the table. Details
Visible Items:Horizontal Scrollbar VisibleIf TRUE, displays the horizontal scroll bar. Details
Visible Items:Index VisibleDisplays the row-column index of the top left visible cell in a table. Details
Visible Items:Row Headers VisibleShows the row headers. Details
Visible Items:Vertical Lines VisibleIf TRUE, displays vertical lines that separate columns in the table. Details
Visible Items:Vertical Scrollbar VisibleIf TRUE, displays the vertical scroll bar. Details