 | CTInterfaceStrFillColumnsArgsSetEditable Method |
Sets set column in-place editable. The script is responsible for handling
value update to underlying data structure. Inherit ListViewEventHandler to handle
InPlaceControlChanged(Int32, Int32, String, String).
Namespace: ATR.CT.CTInterfaceAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic void SetEditable(
string colName
)
Public Sub SetEditable (
colName As String
)
Parameters
- colName String
See Also