IApplicationArchiveActiveRows Property |
Get active row entities as a collection of IRowEntities. This is not the same as selected/highlighted rows!
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIRowEntities ActiveRows { get; }
ReadOnly Property ActiveRows As IRowEntities
Get
Dim instance As IApplicationArchive
Dim value As IRowEntities
value = instance.ActiveRows
property IRowEntities^ ActiveRows {
IRowEntities^ get ();
}
Property Value
Type:
IRowEntities
See Also