WorksheetLayoutGetDataColumnStyle Method |
Gets the style for the data column at the specified index.
Namespace: Altaxo.WorksheetAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic ColumnStyle GetDataColumnStyle(
int i
)
Parameters
- i Int32
- The zero-based data-column index.
Return Value
ColumnStyleThe style of the specified data column.
See Also