DrillDownGridRowDetailsItem Method |
|
DataPA OpenAnalytics API Reference
Gets the item of the collection at the index specified
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DrillDownGridColumnDetails Item(
int Index
)
Public Function Item (
Index As Integer
) As DrillDownGridColumnDetails
public:
virtual DrillDownGridColumnDetails^ Item(
int Index
) sealed
Parameters
- Index
- Type: SystemInt32
Return Value
Type:
DrillDownGridColumnDetailsThe item of the collection at the index specified
Remarks See Also