'Declaration
Overloads Function DataTable( _ ByVal rowInput As CellReference, _ ByVal columnInput As CellReference _ ) As Boolean
'Usage
Dim instance As IRange Dim rowInput As CellReference Dim columnInput As CellReference Dim value As Boolean value = instance.DataTable(rowInput, columnInput)
bool DataTable( CellReference rowInput, CellReference columnInput )
Parameters
- rowInput
- A single cell to use as the row input for your table.
- columnInput
- A single cell to use as the column input for your table.
Return Value
true
if the data table is created; otherwise, false
.