WorksheetPaintingGdiArePropertyCellsSelected Method |
Determines whether any property cells are selected.
Namespace: Altaxo.WorksheetAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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