IApplicationArchiveLastSelectedRow Property |
Get last selected row entity as an IRowEntity
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIRowEntity LastSelectedRow { get; }
ReadOnly Property LastSelectedRow As IRowEntity
Get
Dim instance As IApplicationArchive
Dim value As IRowEntity
value = instance.LastSelectedRow
property IRowEntity^ LastSelectedRow {
IRowEntity^ get ();
}
Property Value
Type:
IRowEntity
See Also