DataViewerColumnsItem Property (Int32) |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DataViewerColumn this[
int Index
] { get; set; }
Public Property Item (
Index As Integer
) As DataViewerColumn
Get
Set
public:
virtual property DataViewerColumn^ Item[int Index] {
DataViewerColumn^ get (int Index) sealed;
void set (int Index, DataViewerColumn^ value) sealed;
}
function get_Item(Index);
function set_Item(value);
Parameters
- Index
- Type: SystemInt32
The index of the column to get or set.
Property Value
Type:
DataViewerColumnThe DataViewerColumn to update in the collection.
Return Value
Type:
DataViewerColumnThe DataViewerColumn to retrieve from the collection.
Remarks See Also