Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
DynaPDF.Table.DeleteRow
Deletes a row from the table.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 3.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "DynaPDF.Table.DeleteRow"; Table; Row ) More
Parameters
Parameter | Description | Example |
---|---|---|
Table | The identifier for the table. | $Table |
Row | The row number. Range from 0 to DynaPDF.Table.GetNumRows-1. | 0 |
Result
Returns OK or error.
Description
Deletes a row from the table.If the row index is invalid then the function does nothing.
See also
- DynaPDF.Table.ClearRow
- DynaPDF.Table.DeleteCol
- DynaPDF.Table.DeleteRows
- DynaPDF.Table.GetNextRow
- DynaPDF.Table.GetNumRows
- DynaPDF.Table.Release
This function checks for a license.
Created 18th August 2014, last changed 18th August 2014