Click or drag to resize

WorksheetPaintingGdiArePropertyCellsSelected Method

Determines whether any property cells are selected.

Namespace: Altaxo.Worksheet
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool ArePropertyCellsSelected(
	DataTable table,
	IAscendingIntegerCollection selectedPropertyColumns,
	IAscendingIntegerCollection selectedPropertyRows
)

Parameters

table  DataTable
The table.
selectedPropertyColumns  IAscendingIntegerCollection
The selected property columns.
selectedPropertyRows  IAscendingIntegerCollection
The selected property rows.

Return Value

Boolean
if any property cells are selected; otherwise, .
See Also