 | ExportItemColumnEditorInPlaceControlEdit Method |
Namespace:
CTExtensions.ExportCore.ExportHandler
Assembly:
CTInterface (in CTInterface.dll)
Syntaxpublic override void InPlaceControlEdit(
int lRow,
int lCol,
out bool pbAllowEdit
)
Public Overrides Sub InPlaceControlEdit (
lRow As Integer,
lCol As Integer,
<OutAttribute> ByRef pbAllowEdit As Boolean
)
Parameters
- lRow
- Type: SystemInt32
- lCol
- Type: SystemInt32
- pbAllowEdit
- Type: SystemBoolean
Implements
_IListViewExEvents.InPlaceControlEdit(Int32, Int32, Boolean)
See Also