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
Syntaxvoid SetActiveStateOfRow(
IRowEntity i_pRowEntity,
bool i_Activate = true
)
Sub SetActiveStateOfRow (
i_pRowEntity As IRowEntity,
Optional i_Activate As Boolean = true
)
Dim instance As IApplicationArchive
Dim i_pRowEntity As IRowEntity
Dim i_Activate As Boolean
instance.SetActiveStateOfRow(i_pRowEntity,
i_Activate)
void SetActiveStateOfRow(
[InAttribute] IRowEntity^ i_pRowEntity,
[InAttribute] bool i_Activate = true
)
Parameters
- i_pRowEntity
- Type: SuperOffice.COM.ApplicationIRowEntity
- i_Activate (Optional)
- Type: SystemBoolean
See Also