DataPA Enterprise Dashboard Controls API Reference
Gets and sets a GroupColumn in this collection.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public GroupColumn this[
int Index
] { get; set; } |
Visual Basic |
---|
Public Property Item (
Index As Integer
) As GroupColumn
Get
Set |
Visual C++ |
---|
public:
virtual property GroupColumn^ Item[int Index] {
GroupColumn^ get (int Index) sealed;
void set (int Index, GroupColumn^ value) sealed;
} |
Property Value
Type:
GroupColumnThe GroupColumn to update in the collection.
Return Value
Type:
GroupColumnThe GroupColumn to retrieve from the collection.
Remarks
See Also