Click or drag to resize

IApplicationArchiveSetActiveStateOfRow Method

Set active state of row. This is not the same as selecting/highlighting rows!

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
void SetActiveStateOfRow(
	IRowEntity i_pRowEntity,
	bool i_Activate = true
)

Parameters

i_pRowEntity
Type: SuperOffice.COM.ApplicationIRowEntity
i_Activate (Optional)
Type: SystemBoolean
See Also