Write-only |
About Display Formatting |
Description |
Shows or Hides the specified table for the window's active measurement in the lower part of the window. |
VB Syntax |
win.ShowTable value |
Variable |
(Type) - Description |
win |
A NAWindow (object) |
value |
(enum naTable) - The table to show or hide. Choose from: 0 - naTable_None |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
win.ShowTable naTable_limit |
C++ Syntax |
HRESULT ShowTable (tagNATableType table) |
Interface |
INAWindow |