Click or drag to resize

WorksheetControllerGetDataColumnStyle Method

Retrieves the column style for the data column with index i.

Namespace: Altaxo.Gui.Worksheet.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ColumnStyle GetDataColumnStyle(
	int i
)

Parameters

i  Int32
The index of the data column for which the style has to be returned.

Return Value

ColumnStyle
The column style of the data column.
See Also