Hello
Does anyone have a sample on how to retrieve values from a column of a row in the matrix.I tried using the following code but it does not work:
sItemCode = oMatrix.Columns.Item(1).Cells.Item(oMatrix.RowCount).Specific
Thanks John