IRowsetChange.DeleteRows(Int32, Int32, Int32[], Int32[]) 方法

定义

删除行。

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

参数

hChapterReserved
Int32

章节句柄。

cRows
Int32

要删除的行数。

rghRows
Int32[]

要删除的行的句柄数组。

rgRowStatus
Int32[]

一个数组,其中包含 cRows 一个元素,用于返回指示在 rghRows中指定的每一行的状态的值。

注解

注释

Microsoft.VisualBasic.Compatibility.VB6 命名空间中的函数和对象由用于从 Visual Basic 6.0 升级到 Visual Basic 2008 的工具使用。 在大多数情况下,这些函数和对象重复了可在 .NET Framework 中的其他命名空间中找到的功能。 仅当 Visual Basic 6.0 代码模型与 .NET Framework 实现明显不同时,它们才是必需的。

适用于