WorksheetControllerGetPropertyColumnStyle Method |
Retrieves the column style for the property column with index i.
Namespace: Altaxo.Gui.Worksheet.ViewingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public ColumnStyle GetPropertyColumnStyle(
int i
)
Parameters
- i Int32
- The index of the property column for which the style has to be returned.
Return Value
ColumnStyleThe column style of the property column.
See Also