[]
Gets the value from the cell in the group.
public override object GetValue(int row, int col)
Public Overrides Function GetValue(row As Integer, col As Integer) As Object
Type | Name | Description |
---|---|---|
int | row | Row index of the cell |
int | col | Column index of the cell |
Type | Description |
---|---|
object | Object with value in cell |