IRowsetChange.DeleteRows(Int32, Int32, Int32[], Int32[]) Method

Definition

Deletes rows.

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())

Parameters

hChapterReserved
Int32

The chapter handle.

cRows
Int32

The number of rows to be deleted.

rghRows
Int32[]

An array of handles of the rows to be deleted.

rgRowStatus
Int32[]

An array with cRows elements in which to return values indicating the status of each row specified in rghRows.

Remarks

Note

Functions and objects in the Microsoft.VisualBasic.Compatibility.VB6 namespace are provided for use by the tools for upgrading from Visual Basic 6.0 to Visual Basic 2008. In most cases, these functions and objects duplicate functionality that you can find in other namespaces in the .NET Framework. They are necessary only when the Visual Basic 6.0 code model differs significantly from the .NET Framework implementation.

Applies to