DashboardTabsGetNextTab Method |
|
DataPA OpenAnalytics API Reference
Gets the Next Tab in the collection.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DashboardTab GetNextTab(
DashboardTab DashboardTab
)
Public Function GetNextTab (
DashboardTab As DashboardTab
) As DashboardTab
public:
virtual DashboardTab^ GetNextTab(
DashboardTab^ DashboardTab
) sealed
function GetNextTab(DashboardTab);
Parameters
- DashboardTab
- Type: DataPAEnterpriseDashboardDashboardTab
The current Tab in the collection.
Return Value
Type:
DashboardTabThe Next Tab in the collection.
Remarks See Also