IQuoteTableDeleteRow Method |
Deletes the row. Make sure to add the Save() method after this method. If you are deleting multiple rows, add the Save() method just once.
Namespace: Scripting.QuoteTablesAssembly: Scripting (in Scripting.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxvoid DeleteRow(
int rowId
)
Sub DeleteRow (
rowId As Integer
)
void DeleteRow(
int rowId
)
function DeleteRow(rowId);
No code example is currently available or this language may not be supported.
Parameters
- rowId Int32
- The row identifier.
See Also