Click or drag to resize

AreaRetrievalGetTotalEnabledPropertyColumns Method

Gets the number of enabled property columns.

Namespace: Altaxo.Worksheet
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static int GetTotalEnabledPropertyColumns(
	WorksheetLayout layout
)

Parameters

layout  WorksheetLayout
The worksheet layout.

Return Value

Int32
The number of enabled property columns.
See Also