Jump to content

Table class: Difference between revisions

From LabVIEW Wiki
mNo edit summary
m Removed VI Server Category from page
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
{{TOCright}}
{{TOCright}}


==Properties==
<!--Edit Properties, Methods, or Events in the appropriate table in one on the VI Server Templates-->
<span class="mw-customtoggle-propertiestable">Show/Hide Table Properties Table</span>
{{VIServerClassTables|13}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ Table Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#FFFFCC;"
|633800F
| [[Table class/ActiveCell property|ActiveCell]]
|Sets the row and column of the active cell(s).
 
{| class="wikitable"
|+ scope="col" style="text-align:left;"|Elements:
! scope="col" style="text-align:left;"| Name
! scope="col" style="text-align:left;"| Description
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Row
|Sets the row(s) of the active cell(s). Possible values are 0…n, where n is the total number of rows - 1. Enter &#8211;2 to select all rows.
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Column
|Sets the column(s) of the active cell(s).  Possible values are 0…m, where m is the total number of columns - 1. Enter &#8211;2 to select all columns. Enter &#8211;1 to select the column header.
|}
The following table lists example values for this property.
{| class="wikitable"
! scope="col" style="text-align:left;"| Row
! scope="col" style="text-align:left;"| Column
! scope="col" style="text-align:left;"| Result
|- style="vertical-align:top;"
| -2
| 0
| Selects all cells of the first column, including the column header.
|- style="vertical-align:top;"
| -2
| -2
| Selects all rows and columns, including column headers.
|- style="vertical-align:top;"
| -1
| 0
| Selects the header of the first column.
|- style="vertical-align:top;"
| -1
| -2
| Selects the headers of all columns.
|}
|R/W
|X
|- style="background-color:#FFFFCC;"
|6338011
| [[Table class/CellBGColor property|CellBGColor]]
|The background color of active cell(s).
 
You can set the color of the front panel object by wiring a hexadecimal number with the form RRGGBB or by wiring the color box constant to the property.
|R/W
|X
|- style="background-color:#FFFFCC;"
|6338026
| [[Table class/CellFont property|CellFont]]
|The font of the active cell in the table control.
 
Use this property to change the size, style, or color of the cell font. You cannot use this property with a strict type definition.
|R/W
|X
|- style="background-color:#FFFFCC;"
|6338029
| [[Table class/CellFontBold property|CellFontBold]]
|Indicates whether the text in the active cell is bold.
 
This property is an element of the Active Cell:Cell Font property.
|R/W
|X
|- style="background-color:#FFFFCC;"
|633802D
| [[Table class/CellFontColor property|CellFontColor]]
|The text font color in the active cell.
 
This property is an element of the Active Cell:Cell Font property.
|R/W
|X
|- style="background-color:#FFFFCC;"
|633802A
| [[Table class/CellFontItalic property|CellFontItalic]]
|Indicates whether the text in the active cell is italic.
 
This property is an element of the Active Cell:Cell Font property.
|R/W
|X
|- style="background-color:#FFFFCC;"
|6338027
| [[Table class/CellFontName property|CellFontName]]
|The name of the font in the active cell. Predefined font names include App Font, Sys Font, and Dlg Font.
 
This property is an element of the Active Cell:Cell Font property.
 
If you select an invalid font, this property returns an error.
|R/W
|X
|- style="background-color:#FFFFCC;"
|6338028
| [[Table class/CellFontSize property|CellFontSize]]
|The size of the font in the active cell.
 
This property is an element of the Active Cell:Cell Font property.
|R/W
|X
|- style="background-color:#FFFFCC;"
|633802C
| [[Table class/CellFontStrike property|CellFontStrike]]
|Indicates whether to strike out the text in the active cell.
 
This property is an element of the Active Cell:Cell Font property.
|R/W
|X
|- style="background-color:#FFFFCC;"
|633802B
| [[Table class/CellFontUnder property|CellFontUnder]]
|Indicates whether the text in the active cell is underlined.
 
This property is an element of the Active Cell:Cell Font property.
|R/W
|X
|- style="background-color:#FFFFCC;"
|633802E
| [[Table class/CellJustify property|CellJustify]]
|Gets and sets the justification of text within a table cell.
|R/W
|X
|- style="background-color:#FFFFCC;"
|6338012
| [[Table class/CellSize property|CellSize]]
|The size of the active cell(s) in pixels.
 
Changing the cell size does not change the size of the table control.
|R/W
|X
|- style="background-color:#FFFFCC;"
|6338014
| [[Table class/Height property|Height]]
|The height of the table control in pixels.
 
This property is an element of the Size property. This property is similar to the <b>Size Height</b> option on the Appearance page of the <b>Properties</b> dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|6338013
| [[Table class/Width property|Width]]
|The width of the table control in pixels.
 
This property is an element of the Size property. This property is similar to the <b>Size Width</b> option on the Appearance page of the <b>Properties</b> dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|6338023
| [[Table class/ActiveCellPos property|ActiveCellPos]]
|The coordinate in pixels, relative to the origin of the owning pane, of the top-left position of the active cell(s).
|R
|X
|- style="background-color:#FFFFCC;"
|6338024
| [[Table class/ActiveCellPosLeft property|ActiveCellPosLeft]]
|The coordinate in pixels, relative to the origin of the owning pane, of the left edge of the active cell.
 
This property is an element of the Active Cell:Position property.
|R
|X
|- style="background-color:#FFFFCC;"
|6338025
| [[Table class/ActiveCellPosTop property|ActiveCellPosTop]]
|The coordinate in pixels, relative to the origin of the owning pane, of the top edge of the active cell.
 
This property is an element of the Active Cell:Position property.
|R
|X
|- style="background-color:#FFFFCC;"
|6338016
| [[Table class/AutoRowHt property|AutoRowHt]]
|Determines whether the rows autosize their height to display all text when fonts change or when the number of lines in a cell changes.
 
If FALSE, you can have clipped text in cells, and the user will be unable to manually resize the row height at run time to see all of the text. This property affects only user input. If you use the Value property to set the table strings, the rows do not automatically resize. To resize the rows, set this property to FALSE and then set it back to TRUE.
 
This property is similar to the Autosize Row Height item on the shortcut menu of a table.
|R/W
|X
|- style="background-color:#FFFFCC;"
|633800E
| [[Table class/ColHdrs() property|ColHdrs()]]
|An array of the strings in the column headers.
|R/W
|X
|- style="background-color:#FFFFCC;"
|6338020
| [[Table class/ContentRectBounds property|ContentRectBounds]]
|The size in pixels of the content rectangle of the table control.
|R
|X
|- style="background-color:#FFFFCC;"
|6338022
| [[Table class/ContentRectBoundsHeight property|ContentRectBoundsHeight]]
|The height in pixels of the content rectangle of the table control.
 
This property is an element of the Content Rect Bounds property.
|R
|X
|- style="background-color:#FFFFCC;"
|6338021
| [[Table class/ContentRectBoundsWidth property|ContentRectBoundsWidth]]
|The width in pixels of the content rectangle of the table control.
 
This property is an element of the Content Rect Bounds property.
|R
|X
|- style="background-color:#FFFFCC;"
|633801D
| [[Table class/ContentRectPos property|ContentRectPos]]
|The coordinate in pixels, relative to the origin of the owning pane, of the top-left position of the content rectangle of the table control.
|R
|X
|- style="background-color:#FFFFCC;"
|633801E
| [[Table class/ContentRectPosLeft property|ContentRectPosLeft]]
|The coordinate in pixels, relative to the origin of the owning pane, of the left edge of the content rectangle of the table control.
 
This property is an element of the Content Rect Position property.
|R
|X
|- style="background-color:#FFFFCC;"
|633801F
| [[Table class/ContentRectPosTop property|ContentRectPosTop]]
|The coordinate in pixels, relative to the origin of the owning pane, of the top edge of the content rectangle of the table control.
 
This property is an element of the Content Rect Position property.
|R
|X
|- style="background-color:#CCFFFF;"
|6338015
| [[Table class/DefVal property|DefVal]]
|Gets or sets the default value of the table control.
|R/W
|X
|- style="background-color:#FFFFCC;"
|6338031
| [[Table class/EditPos property|EditPos]]
|The row-column pair index of the current text entry. Values of (0,0) indicate the top-left text entry. A value of &#8211;1 indicates the row or column header. Values of (&#8211;2, &#8211;2) indicate that no edits are being made to the text of the control.
 
Before you use this property to set text focus on a control, set key focus of the control.
 
{| class="wikitable"
|+ scope="col" style="text-align:left;"|Elements:
! scope="col" style="text-align:left;"| Name
! scope="col" style="text-align:left;"| Description
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Row
|The row of the  current text entry. Possible values are 0…n, where n is the total number of rows - 1.
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Column
|The column of the current text entry. Possible values are 0…m, where m is the total number of columns - 1. Enter &#8211;1 to select the column header.
|}
|R/W
|X
|- style="background-color:#FFFFCC;"
|633800A
| [[Table class/IndexVals property|IndexVals]]
|Row 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.
 
{| class="wikitable"
|+ scope="col" style="text-align:left;"|Elements:
! scope="col" style="text-align:left;"| Name
! scope="col" style="text-align:left;"| Description
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Row
|The row of the cell displayed in the top left corner. Possible values are 0…n, where n is the total number of rows - 1.
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Column
|The column of the cell displayed in the top left corner. Possible values are 0…m, where m is the total number of columns - 1.
|}
|R/W
|X
|- style="background-color:#FFFFCC;"
|6338018
| [[Table class/MultilineInput property|MultilineInput]]
|If TRUE, you can enter multiple lines of text in the table cells by pressing the  key on the keyboard. If FALSE, pressing the  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.
 
This property is similar to the Multi-line Input item on the shortcut menu of a table.
|R/W
|X
|- style="background-color:#FFFFCC;"
|6338001
| [[Table class/NumCols property|NumCols]]
|Number 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.
 
If you wire a value of 0 to this property, LabVIEW displays the leftmost column. The table control resizes according to the number of columns you set.
 
This property is similar to the <b>Columns</b> option on the Appearance page of the <b>Table Properties</b> dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|6338002
| [[Table class/NumRows property|NumRows]]
|Number 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.
 
If you wire a value of 0 to this property, LabVIEW displays the topmost row. The table resizes according to the number of rows you set.
 
This property is similar to the <b>Visible Items&#0187;Row Headers</b> item on the shortcut menu of a table and the <b>Rows</b> option on the Appearance page of the <b>Table Properties</b> dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|633800D
| [[Table class/RowHdrs() property|RowHdrs()]]
|An array of the strings in the row headers.
|R/W
|X
|- style="background-color:#FFFFCC;"
|6338008
| [[Table class/SelColor property|SelColor]]
|Color used to draw the data selection.
 
You can set the color of the front panel object by wiring a hexadecimal number with the form RRGGBB or by wiring the color box constant to the property.
|R/W
|X
|- style="background-color:#FFFFCC;"
|633800C
| [[Table class/SelSize property|SelSize]]
|Index of the row and column pair that specifies the number of rows and columns in the selection.
 
{| class="wikitable"
|+ scope="col" style="text-align:left;"|Elements:
! scope="col" style="text-align:left;"| Name
! scope="col" style="text-align:left;"| Description
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Row
|Index of the row that specifies the total number of rows in the selection.
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Column
|Index of the column that specifies the total number of columns in the selection.
|}
|R/W
|X
|- style="background-color:#FFFFCC;"
|633800B
| [[Table class/SelStart property|SelStart]]
|Row and column index that specifies the beginning of data selection. Coordinates begin at (0,0), which is top left, and do not include headers.
 
{| class="wikitable"
|+ scope="col" style="text-align:left;"|Elements:
! scope="col" style="text-align:left;"| Name
! scope="col" style="text-align:left;"| Description
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Row
|Index of the row that specifies the beginning of the selection. Valid values include 0 through n-1, where n is the total number of rows in the table.
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Column
|Index of the column that specifies the beginning of the selection. Valid values include 0 through m-1, where m is the total number of columns in the table.
|}
|R/W
|X
|- style="background-color:#FFFFCC;"
|633801A
| [[Table class/Size property|Size]]
|The width and height in pixels of the table control.
 
This property is similar to the <b>Size Height</b> and <b>Size Width</b> options on the Appearance page of the <b>Properties</b> dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|633801C
| [[Table class/Height property|Height]]
|The height of the table control in pixels.
 
This property is an element of the Size property. This property is similar to the <b>Size Height</b> option on the Appearance page of the <b>Properties</b> dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|633801B
| [[Table class/Width property|Width]]
|The width of the table control in pixels.
 
This property is an element of the Size property. This property is similar to the <b>Size Width</b> option on the Appearance page of the <b>Properties</b> dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|6338017
| [[Table class/SmoothHScroll property|SmoothHScroll]]
|If 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.
 
This property is similar to the <b>Smooth Scrolling</b> item on the shortcut menu of a table.
|R/W
|X
|- style="background-color:#FFFFCC;"
|6338000
| [[Table class/Value property|Value]]
|Value of table control: 2D array of strings.
|R/W
|X
|- style="background-color:#FFFFCC;"
|6338019
| [[Table class/Val(Sgnl) property|Val(Sgnl)]]
|Sets the value of the control and generates a Value Change event.
 
This property updates the value of an object similar to the Value property. However, Value (Signaling) also causes LabVIEW to generate an event as if the user had interactively changed the value of the object. National Instruments recommends you use this property only when you rely on LabVIEW generating an event in response to the programmatic value change.
|W
|X
|- style="background-color:#FFFFCC;"
|6338007
| [[Table class/ColHdrVis property|ColHdrVis]]
|If TRUE, displays the column headers.
 
This property is similar to the <b>Visible Items&#0187;</b>Column Headers item on the shortcut menu of a table and the <b>Show column headers</b> option on the Appearance page of the <b>Table Properties</b> dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|633802F
| [[Table class/Horizontal Lines Visible property|Horizontal Lines Visible]]
|If TRUE, displays horizontal lines that separate rows in the table.
 
This property is similar to the <b>Visible Items&#0187;</b>Horizontal Lines item on the shortcut menu of a table and the <b>Show horizontal lines</b> option on the Appearance page of the <b>Properties</b> dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|6338005
| [[Table class/HorizScroll property|HorizScroll]]
|If TRUE, displays the horizontal scroll bar.
 
This property is similar to the <b>Visible Items&#0187;</b>Horizontal Scrollbar item on the shortcut menu of a table and the <b>Show horizontal scroll bar</b> option on the Appearance page of the <b>Table Properties</b> dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|6338003
| [[Table class/IndexVis property|IndexVis]]
|Displays the row-column index of the top left visible cell in a table.
 
This property is similar to the <b>Visible Items&#0187;</b>Index Display item on the shortcut menu of a table and <b>Show index display</b> option on the Appearance page of the <b>Table Properties</b> dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|6338006
| [[Table class/RowHdrVis property|RowHdrVis]]
|Shows the row headers.
 
This property is similar to the <b>Visible Items&#0187;</b>Row Headers item on the shortcut menu of a table and the <b>Show row headers</b> option on the Appearance page of the <b>Table Properties</b> dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|6338030
| [[Table class/Vertical Lines Visible property|Vertical Lines Visible]]
|If TRUE, displays vertical lines that separate columns in the table.
 
This property is similar to the <b>Visible Items&#0187;</b>Vertical Lines item on the shortcut menu of a table and the <b>Show vertical lines</b> option on the Appearance page of the <b>Properties</b> dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|6338004
| [[Table class/VertScroll property|VertScroll]]
|If TRUE, displays the vertical scroll bar.
 
This property is similar to the <b>Visible Items&#0187;</b>Vertical Scrollbar item on the shortcut menu of a table and the <b>Show vertical scroll bar</b> option on the Appearance page of the <b>Table Properties</b> dialog box.
|R/W
|X
|}
</div>
 
==Methods==
<span class="mw-customtoggle-methodstable">Show/Hide Table Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
|+ Table Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#FFFFCC;"
|6337C04
| [[Table class/Export Data to Clipboard method|Export Data to Clipboard]]
|Exports the table data to the clipboard in a tab-delimited format, which is accepted by most spreadsheet applications.
|X
|- style="background-color:#FFFFCC;"
|6337C05
| [[Table class/Export Data to Excel method|Export Data to Excel]]
|Exports the table data to Excel.
|X
|- style="background-color:#FFFFCC;"
|6337C02
| [[Table class/ExportImage method|ExportImage]]
|Exports an image of a table to the clipboard or disk.
 
This method is similar to the Export Simplified Image option on the shortcut menu of a table.
|X
|- style="background-color:#D1BB80;"
|6337C03
| [[Table class/ExportImageColor method|ExportImageColor]]
|
|X
|- style="background-color:#FFFFCC;"
|6337C01
| [[Table class/Point To Row Column method|Point To Row Column]]
|Converts a pixel coordinate to a row-column pair in the coordinates of the control. This method also returns whether the point is inside the bounds of the content rectangle.
|X
|- style="background-color:#FFFFCC;"
|6337C06
| [[Table class/Set Cell Value method|Set Cell Value]]
|Sets the value of a cell specified by the row and column index. If you specify &#8211;2 for the row and column index, LabVIEW returns error 1.
|X
|}
</div>
 
==Events==
''No Events for this class.''


== History ==
== History ==
Line 534: Line 25:
*[[VI Scripting]]
*[[VI Scripting]]


[[Category:VI Server]]
 
[[Category:VI Server Class]]
[[Category:VI Server Class]]
[[Category:VI Scripting]]

Latest revision as of 02:00, 8 May 2020

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name Table class
Class ID 13
Scope Basic Development Environment
Class Inheritance
Class Children

This class has no children.


The Table class is a class in the VI Server Class Hierarchy, (see also VI Server).

Properties

Show/Hide Table Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Table Properties Table
Property ID Long Name (English) Description R/W RTE
6338000ValueValue of table control: 2D array of strings.Read/WriteYes
6338001Number 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.Read/WriteYes
6338002Number 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.Read/WriteYes
6338003Visible Items:Index VisibleDisplays the row-column index of the top left visible cell in a table.Read/WriteYes
6338004Visible Items:Vertical Scrollbar VisibleIf TRUE, displays the vertical scroll bar.Read/WriteYes
6338005Visible Items:Horizontal Scrollbar VisibleIf TRUE, displays the horizontal scroll bar.Read/WriteYes
6338006Visible Items:Row Headers VisibleShows the row headers.Read/WriteYes
6338007Visible Items:Column Headers VisibleIf TRUE, displays the column headers.Read/WriteYes
6338008Selection ColorColor used to draw the data selection.Read/WriteYes
6338009Old Edit PositionRead/WriteYes
633800AIndex 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.Read/WriteYes
633800BSelection 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.Read/WriteYes
633800CSelection SizeIndex of the row and column pair that specifies the number of rows and columns in the selection.Read/WriteYes
633800DRow Header Strings[]An array of the strings in the row headers.Read/WriteYes
633800EColumn Header Strings[]An array of the strings in the column headers.Read/WriteYes
633800FActive Cell:Active CellSets the row and column of the active cell(s).Read/WriteYes
6338010Active Cell:Cell FG ColorRead/WriteYes
6338011Active Cell:Cell Background ColorThe background color of active cell(s).Read/WriteYes
6338012Active Cell:Cell SizeThe size of the active cell(s) in pixels.Read/WriteYes
6338013Active Cell:Cell Size:WidthThe width of the table control in pixels.Read/WriteYes
6338014Active Cell:Cell Size:HeightThe height of the table control in pixels.Read/WriteYes
6338015Default ValueGets or sets the default value of the table control.Read/WriteYes (Read Only)
6338016Autosizing 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.Read/WriteYes
6338017Smooth 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.Read/WriteYes
6338018Multiple 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.Read/WriteYes
6338019Value (Signaling)Sets the value of the control and generates a Value Change event.Write OnlyYes
633801ASizeThe width and height in pixels of the table control.Read/WriteYes
633801BSize:WidthThe width of the table control in pixels.Read/WriteYes
633801CSize:HeightThe height of the table control in pixels.Read/WriteYes
633801DContent 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.Read OnlyYes
633801EContent 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.Read OnlyYes
633801FContent 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.Read OnlyYes
6338020Content Rect BoundsThe size in pixels of the content rectangle of the table control.Read OnlyYes
6338021Content Rect Bounds:WidthThe width in pixels of the content rectangle of the table control.Read OnlyYes
6338022Content Rect Bounds:HeightThe height in pixels of the content rectangle of the table control.Read OnlyYes
6338023Active Cell:PositionThe coordinate in pixels, relative to the origin of the owning pane, of the top-left position of the active cell(s).Read OnlyYes
6338024Active Cell:Position:LeftThe coordinate in pixels, relative to the origin of the owning pane, of the left edge of the active cell.Read OnlyYes
6338025Active Cell:Position:TopThe coordinate in pixels, relative to the origin of the owning pane, of the top edge of the active cell.Read OnlyYes
6338026Active Cell:Cell FontThe font of the active cell in the table control.Read/WriteYes
6338027Active Cell:Cell Font:NameThe name of the font in the active cell. Predefined font names include App Font, Sys Font, and Dlg Font.Read/WriteYes
6338028Active Cell:Cell Font:SizeThe size of the font in the active cell.Read/WriteYes
6338029Active Cell:Cell Font:BoldIndicates whether the text in the active cell is bold.Read/WriteYes
633802AActive Cell:Cell Font:ItalicIndicates whether the text in the active cell is italic.Read/WriteYes
633802BActive Cell:Cell Font:UnderlineIndicates whether the text in the active cell is underlined.Read/WriteYes
633802CActive Cell:Cell Font:StrikeoutIndicates whether to strike out the text in the active cell.Read/WriteYes
633802DActive Cell:Cell Font:ColorThe text font color in the active cell.Read/WriteYes
633802EActive Cell:Cell JustificationGets and sets the justification of text within a table cell.Read/WriteYes
633802FVisible Items:Horizontal Lines VisibleIf TRUE, displays horizontal lines that separate rows in the table.Read/WriteYes
6338030Visible Items:Vertical Lines VisibleIf TRUE, displays vertical lines that separate columns in the table.Read/WriteYes
6338031Edit 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.Read/WriteYes

Methods

Show/Hide Table Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Table Methods Table
Method ID Long Name (English) Description RTE
6337C00Set Cell Value (Deprecated)Yes
6337C01Point to Row ColumnConverts a pixel coordinate to a row-column pair in the coordinates of the control. This method also returns whether the point is inside the bounds of the content rectangle.Yes (Read/Write)
6337C02Export ImageExports an image of a table to the clipboard or disk.Yes (Read/Write)
6337C03Export Image ColorYes
6337C04Export Data to ClipboardExports the table data to the clipboard in a tab-delimited format, which is accepted by most spreadsheet applications.Yes (Read/Write)
6337C05Export Data to ExcelExports the table data to Excel.Yes (Read/Write)
6337C06Set Cell ValueSets the value of a cell specified by the row and column index. If you specify –2 for the row and column index, LabVIEW returns error 1.Yes (Read/Write)

Events

This class has no events or it inherits events from its parent: Control Class.


History

Version Change(s)
LabVIEW 2018 More info to come.

See Also