OpenSTAAD V8i
Gets a value in the cell of table at the specified row and column in a report.
Where:
Long variable containing the report number.
Long variable containing the table number.
Long variables containing the row and column number of the cell.
String variable in which the value in the cell will be copied .
Copies the data in the specified cell into the string provided.
Dim szValue As String
'Get the application object --
'Set value to cell
RowNo = 2
ColNo = 5
objOpenSTAAD.Table.GetCellValue ReportNo, TableNo, Rowno, ColNo, szValue