Click or drag to resize

ICommenceEditRowSetSetShared Method

Sets the shared status of the row. Shared items cannot be made unshared.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
bool SetShared(
	int nRow
)

Parameters

nRow
Type: SystemInt32
The (0-based) index of the row.

Return Value

Type: Boolean
True on success.
See Also