IRowsetChange.DeleteRows(Int32, Int32, Int32[], Int32[]) Método

Definición

Elimina las filas.

public:
 void DeleteRows(int hChapterReserved, int cRows, cli::array <int> ^ rghRows, [Runtime::InteropServices::Out] cli::array <int> ^ % rgRowStatus);
public void DeleteRows(int hChapterReserved, int cRows, int[] rghRows, out int[] rgRowStatus);
abstract member DeleteRows : int * int * int[] * Int32[] -> unit
Public Sub DeleteRows (hChapterReserved As Integer, cRows As Integer, rghRows As Integer(), ByRef rgRowStatus As Integer())

Parámetros

hChapterReserved
Int32

Identificador de capítulo.

cRows
Int32

Número de filas que se van a eliminar.

rghRows
Int32[]

Matriz de identificadores de las filas que se van a eliminar.

rgRowStatus
Int32[]

Matriz con cRows elementos en los que se devuelven valores que indican el estado de cada fila especificada en rghRows.

Comentarios

Nota:

Las herramientas proporcionan funciones y objetos en el espacio de nombres /> de

Se aplica a