Visual Basic (Declaration) | |
---|---|
Public Default Property Item( _ ByVal index As Integer _ ) As GridColumn |
Visual Basic (Usage) | ![]() |
---|---|
|
C# | |
---|---|
public GridColumn this[ int index ]; {get; set;} |
Parameters
- index
dotnetCHARTING | Send comments on this topic. |
Item Property | |
See Also |
![]() ![]() |
dotnetCHARTING Namespace > GridColumnCollection Class : Item Property |
Visual Basic (Declaration) | |
---|---|
Public Default Property Item( _ ByVal index As Integer _ ) As GridColumn |
Visual Basic (Usage) | ![]() |
---|---|
|
C# | |
---|---|
public GridColumn this[ int index ]; {get; set;} |