TermLookupMainControl.DropRow(Int32, Int32, MovableSizableGrid) 方法

定义

protected:
 override void DropRow(int selRow, int rowIndex, Microsoft::DataTransformationServices::Design::MovableSizableGrid ^ tableGridControl);
protected override void DropRow (int selRow, int rowIndex, Microsoft.DataTransformationServices.Design.MovableSizableGrid tableGridControl);
override this.DropRow : int * int * Microsoft.DataTransformationServices.Design.MovableSizableGrid -> unit
Protected Overrides Sub DropRow (selRow As Integer, rowIndex As Integer, tableGridControl As MovableSizableGrid)

参数

selRow
Int32
rowIndex
Int32
tableGridControl
Microsoft.DataTransformationServices.Design.MovableSizableGrid

适用于