更新 : 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 HandleAllRowsDeletedCase ( _
targetRange As IntPtr, _
forceColumnChecking As Boolean, _
ByRef cacheCurrentIndices As Boolean _
)
'使用
Dim instance As IListObjectSupportContract
Dim targetRange As IntPtr
Dim forceColumnChecking As Boolean
Dim cacheCurrentIndices As Boolean
instance.HandleAllRowsDeletedCase(targetRange, _
forceColumnChecking, cacheCurrentIndices)
void HandleAllRowsDeletedCase(
IntPtr targetRange,
bool forceColumnChecking,
ref bool cacheCurrentIndices
)
パラメータ
- targetRange
型 : System.IntPtr
- forceColumnChecking
型 : System.Boolean
- cacheCurrentIndices
型 : System.Boolean%
アクセス許可
- 直前の呼び出し元に対する完全な信頼。このメンバは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。
参照
参照
IListObjectSupportContract インターフェイス