WorksheetControllerGetDataColumnStyle Method |
Retrieves the column style for the data 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 GetDataColumnStyle(
int i
)
Parameters
- i Int32
- The index of the data column for which the style has to be returned.
Return Value
ColumnStyleThe column style of the data column.
See Also