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