'Declaration
Overloads Function DataTable( _ ByVal rowInput As String, _ ByVal columnInput As String _ ) As Boolean
'Usage
Dim instance As IRange Dim rowInput As String Dim columnInput As String Dim value As Boolean value = instance.DataTable(rowInput, columnInput)
bool DataTable( string rowInput, string 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
.