Gets or sets the
Column at the specified index.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public Column this[
int index
] { get; set; } |
Visual Basic |
---|
Public Default Property Item (
index As Integer
) As Column
Get
Set |
Visual C++ |
---|
public:
virtual property Column^ default[int index] {
Column^ get (int index) sealed;
void set (int index, Column^ value) sealed;
} |
F# |
---|
abstract Item : Column with get, set
override Item : Column with get, set |
Parameters
- index
- Type: System..::..Int32
The index.
Return Value
Type:
ColumnA
Column object.
Implements
IList<(Of <(<'T>)>)>..::..Item[([( Int32])]) See Also