'Declaration Function GetCell( _ ByVal row As System.Integer, _ ByVal col As System.Integer _ ) As ITableCell
ITableCell GetCell( System.int row, System.int col )
Parameters
- row
- The row index.
- col
- The column index.
Return Value
The ITableCell at the specified position.