 | ICommenceAddRowSetSetShared 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
Syntaxbool SetShared(
int nRow
)
Function SetShared (
nRow As Integer
) As Boolean
Parameters
- nRow
- Type: SystemInt32
The (0-based) index of the row.
Return Value
Type:
BooleanTrue on success.
See Also