Click or drag to resize

WorksheetLayoutGetPropertyColumnStyle Method

Gets the style for the property 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 GetPropertyColumnStyle(
	int i
)

Parameters

i  Int32
The zero-based property-column index.

Return Value

ColumnStyle
The style of the specified property column.
See Also