Click or drag to resize

WorksheetPaintingGdiArePropertyCellsSelected Method

[Missing <summary> documentation for "M:Altaxo.Worksheet.WorksheetPaintingGdi.ArePropertyCellsSelected(Altaxo.Data.DataTable,Altaxo.Collections.IAscendingIntegerCollection,Altaxo.Collections.IAscendingIntegerCollection)"]


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

Parameters

table  DataTable

[Missing <param name="table"/> documentation for "M:Altaxo.Worksheet.WorksheetPaintingGdi.ArePropertyCellsSelected(Altaxo.Data.DataTable,Altaxo.Collections.IAscendingIntegerCollection,Altaxo.Collections.IAscendingIntegerCollection)"]

selectedPropertyColumns  IAscendingIntegerCollection

[Missing <param name="selectedPropertyColumns"/> documentation for "M:Altaxo.Worksheet.WorksheetPaintingGdi.ArePropertyCellsSelected(Altaxo.Data.DataTable,Altaxo.Collections.IAscendingIntegerCollection,Altaxo.Collections.IAscendingIntegerCollection)"]

selectedPropertyRows  IAscendingIntegerCollection

[Missing <param name="selectedPropertyRows"/> documentation for "M:Altaxo.Worksheet.WorksheetPaintingGdi.ArePropertyCellsSelected(Altaxo.Data.DataTable,Altaxo.Collections.IAscendingIntegerCollection,Altaxo.Collections.IAscendingIntegerCollection)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Worksheet.WorksheetPaintingGdi.ArePropertyCellsSelected(Altaxo.Data.DataTable,Altaxo.Collections.IAscendingIntegerCollection,Altaxo.Collections.IAscendingIntegerCollection)"]

See Also