Boolean IDataTable.TryRemoveRow(Int32 rowIndex)

Try to remove the specified row.

Remarks

For the removal to succeed, the following requirements MUST be met: is within the range [0, ) is `false`

Parameters

  • rowIndex
    Type: Int32
    The row to be deleted.

Return Value

Type: Boolean
Whether the deletion succeeded.