DashboardDesignerSelectTab Method |
|
DataPA OpenAnalytics API Reference
Selects the DashboardTab object specified by Index.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public void SelectTab(
int Index
)
Public Sub SelectTab (
Index As Integer
)
public:
virtual void SelectTab(
int Index
) sealed
function SelectTab(Index);
Parameters
- Index
- Type: SystemInt32
The index of the tab you want to select.
Remarks See Also