IApplicationArchiveSelectedRows Property |
Get selected row entities as a collection of IRowEntities
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIRowEntities SelectedRows { get; }
ReadOnly Property SelectedRows As IRowEntities
Get
Dim instance As IApplicationArchive
Dim value As IRowEntities
value = instance.SelectedRows
property IRowEntities^ SelectedRows {
IRowEntities^ get ();
}
Property Value
Type:
IRowEntities
See Also