TablesRemove Method |
|
DataPA OpenAnalytics API Reference
Removes the Table from this Tables collection
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void Remove(
Object Index
)
Public Sub Remove (
Index As Object
)
public:
virtual void Remove(
Object^ Index
) sealed
Parameters
- Index
- Type: SystemObject
An expression that identifies a particular Table in this Tables collection.If Index is a numeric expression, it must be a number from 1 through the value of the Table collection's Count property. If Index is a String expression, it must correspond to the name of the Table.
Remarks See Also