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