IListObjectSupportContract.HandleRowEdit Метод (2007 System)
Обновлен: Ноябрь 2007
Этот 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
)
Параметры
- newNumberOfRows
Тип: System.Int32
- originalTargetAddress
Тип: Microsoft.Office.Tools.Excel.Contract.ListObjectAddress
- targetAddress
Тип: Microsoft.Office.Tools.Excel.Contract.ListObjectAddress
- bodyRange
Тип: System.IntPtr
- listAddress
Тип: Microsoft.Office.Tools.Excel.Contract.ListObjectAddress
- rowIndices
Тип: array<System.Int32[]
- cacheCurrentIndices
Тип: System.Boolean%
- ensureAreaInData
Тип: System.Boolean
- insertRowAddress
Тип: Microsoft.Office.Tools.Excel.Contract.ListObjectAddress
- isInsertRowCase
Тип: System.Boolean%
- rowCountDifference
Тип: System.Int32
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Использование библиотек из не вполне надежного кода.
См. также
Ссылки
IListObjectSupportContract Интерфейс