IListObjectSupportContract.HandleRowEdit メソッド (2007 System)

更新 : 2007 年 11 月

この API は、Visual Studio Tools for Office インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間 :  Microsoft.Office.Tools.Excel.Contract
アセンブリ :  Microsoft.VisualStudio.Tools.Office.Contract.v9.0 (Microsoft.VisualStudio.Tools.Office.Contract.v9.0.dll 内)

構文

'宣言
Sub HandleRowEdit ( _
    newNumberOfRows As Integer, _
    originalTargetAddress As ListObjectAddress, _
    targetAddress As ListObjectAddress, _
    bodyRange As IntPtr, _
    listAddress As ListObjectAddress, _
    rowIndices As Integer(), _
    ByRef cacheCurrentIndices As Boolean, _
    ensureAreaInData As Boolean, _
    insertRowAddress As ListObjectAddress, _
    ByRef isInsertRowCase As Boolean, _
    rowCountDifference As Integer _
)
'使用
Dim instance As IListObjectSupportContract
Dim newNumberOfRows As Integer
Dim originalTargetAddress As ListObjectAddress
Dim targetAddress As ListObjectAddress
Dim bodyRange As IntPtr
Dim listAddress As ListObjectAddress
Dim rowIndices As Integer()
Dim cacheCurrentIndices As Boolean
Dim ensureAreaInData As Boolean
Dim insertRowAddress As ListObjectAddress
Dim isInsertRowCase As Boolean
Dim rowCountDifference As Integer

instance.HandleRowEdit(newNumberOfRows, _
    originalTargetAddress, targetAddress, _
    bodyRange, listAddress, rowIndices, _
    cacheCurrentIndices, ensureAreaInData, _
    insertRowAddress, isInsertRowCase, _
    rowCountDifference)
void HandleRowEdit(
    int newNumberOfRows,
    ListObjectAddress originalTargetAddress,
    ListObjectAddress targetAddress,
    IntPtr bodyRange,
    ListObjectAddress listAddress,
    int[] rowIndices,
    ref bool cacheCurrentIndices,
    bool ensureAreaInData,
    ListObjectAddress insertRowAddress,
    ref bool isInsertRowCase,
    int rowCountDifference
)

パラメータ

アクセス許可

  • 直前の呼び出し元に対する完全な信頼。このメンバは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

参照

IListObjectSupportContract インターフェイス

IListObjectSupportContract メンバ

Microsoft.Office.Tools.Excel.Contract 名前空間