| Visual Basic (Declaration) | |
|---|---|
ReadOnly Default Property Item( _ ByVal index As Integer _ ) As ITableCell | |
| C# | |
|---|---|
ITableCell this[ int index ]; {get;} | |
Parameters
- index
| DataDynamics.Reports.Extensibility | Support Forum |
| Item Property | |
| See Also | |
|
| DataDynamics.Reports.Extensibility.Rendering.Components.Table Namespace > ITableCellCollection Interface : Item Property |
| Visual Basic (Declaration) | |
|---|---|
ReadOnly Default Property Item( _ ByVal index As Integer _ ) As ITableCell | |
| C# | |
|---|---|
ITableCell this[ int index ]; {get;} | |