KitchenDraw SDK 2
Show / Hide Table of Contents

Property SelectedRows

SelectedRows

Returns a collection os currently selected rows of an active table of the catalog.

Declaration
public IList<Catalog.Table.Row> SelectedRows { get; }
Property Value
Type Description
IList<Catalog.Table.Row>
Remarks

An empty collection will be returned if "Left" or "Right" checkbox is checked in the MobiScript window for Articles, Prices, PurchasePrices and References table types.

See Also
ActiveTable
ActiveRow
In this article
Back to top Generated by DocFX