 | ICommenceEditRowSetModifyRow Method |
Modify fieldvalue
Namespace:
Vovin.CmcLibNet.Database
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntaxint ModifyRow(
int nRow,
int nCol,
string fieldValue,
CmcOptionFlags flags = CmcOptionFlags.Default
)
Function ModifyRow (
nRow As Integer,
nCol As Integer,
fieldValue As String,
Optional flags As CmcOptionFlags = CmcOptionFlags.Default
) As Integer
Parameters
- nRow
- Type: SystemInt32
The (0-based) index of the row. - nCol
- Type: SystemInt32
The (0-based) index of the column. - fieldValue
- Type: SystemString
new fieldValue. - flags (Optional)
- Type: Vovin.CmcLibNet.DatabaseCmcOptionFlags
Unused, must be 0
Return Value
Type:
Int320 on success, -1 on error.
See Also