Click or drag to resize

ICommenceEditRowSetModifyRow Method

Modify fieldvalue

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
int ModifyRow(
	int nRow,
	int nCol,
	string fieldValue,
	CmcOptionFlags flags = CmcOptionFlags.Default
)

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: Int32
0 on success, -1 on error.
See Also