Click or drag to resize

CommenceAddRowSetSetShared 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
public bool SetShared(
	int nRow
)

Parameters

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

Return Value

Type: Boolean
True on success.

Implements

ICommenceAddRowSetSetShared(Int32)
See Also