Click or drag to resize

IApplicationArchiveSelectNextRow Method

Select next row. Returns the RowEntity selected. Defaults to any row type unless you specify a particular TableId

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
IRowEntity SelectNextRow(
	SOTableId i_TableId = SOTableId.enTableconfig|SOTableId.enTabledbi_agent_schedule|SOTableId.enTableQuoteVersionAttachment|SOTableId.enTablescript_trace|SOTableId.enTableemail_attachment|SOTableId.enTableTemporaryKey|SOTableId.enTableId_ILLEGAL|SOTableId.enTableId_UDEFOFFSET,
	bool i_MultiSelect = false,
	bool i_CallSelectLink = true
)

Parameters

i_TableId (Optional)
Type: SuperOffice.COM.ApplicationSOTableId
i_MultiSelect (Optional)
Type: SystemBoolean
i_CallSelectLink (Optional)
Type: SystemBoolean

Return Value

Type: IRowEntity
See Also