'Declaration Public Overloads Function AddTable( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal rowCount As Integer, _ ByVal columnCount As Integer _ ) As TableView
Parameters
- row
- Row index of specified cell range.
- column
- Column index of specified cell range.
- rowCount
- Row count of specified cell range.
- columnCount
- Column count of specified cell range.
Return Value
The newly added TableView object.