.NET Framework Class Library
UserInterface.GetBrowserTreeCurrentGridInfo Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > UserInterface Class > UserInterface Methods > .NET Framework Class Library |
The command returns useful info from the current Grid being activated in the Browser Tree Page.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function GetBrowserTreeCurrentGridInfo As ShellResult |
C# |
|---|
public ShellResult GetBrowserTreeCurrentGridInfo() |
Visual C++ |
|---|
public: ShellResult^ GetBrowserTreeCurrentGridInfo() |
JavaScript |
|---|
function getBrowserTreeCurrentGridInfo(); |
Return Value
Shell result object, contains the info about the current Grid.
@CURRENT_ROW |
0: no grid has been activated or no rows available in the current grid |
|---|---|
@GRID_NAME |
the name of the previously activated tab |
@PREVIOUS_GRID_NAME |
the name of the activated tab |
<column_name> |
<column_value> |
Remarks
All the grid and column names are in upper case.
See Also