RemoveAt

IRowCollection.RemoveAt method

Elimina una fila en la posición especificada de una tabla.

public void RemoveAt(int firstRowIndex, bool withAttachedRows)
ParámetroEscribeDescripción
firstRowIndexInt32Índice de una fila a eliminar.
withAttachedRowsBooleanTrue para eliminar también todas las filas adjuntas.

Ver también