Click or drag to resize

WorksheetControllerSelectedPropertyRows Property

Returns the currently selected property rows if property cells are selected alone. If not selected alone, the SelectedColumn property is returned.

Namespace: Altaxo.Gui.Worksheet.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IndexSelection SelectedPropertyRows { get; }

Property Value

IndexSelection

Implements

IWorksheetControllerSelectedPropertyRows
Remarks
Normally, if you select one or more data column, the corresponding property rows are selected by this. So it would be not possible to selected property rows without selecting the data column also. In order to fix this, you can first select property columns and then columns. In this case the selection is not stored into SelectedColumns, but in SelectedPropertyRows, and SelectedColumns.Count returns 0.
See Also