Click or drag to resize

WorksheetLayoutGetDataColumnStyle Method

Gets the style for the data column at the specified index.

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

Parameters

i  Int32
The zero-based data-column index.

Return Value

ColumnStyle
The style of the specified data column.
See Also