Click or drag to resize

XlsWorksheet GetDefaultColumnStyle Method

Returns default column style.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IStyle GetDefaultColumnStyle(
	int columnIndex
)

Parameters

columnIndex
Type: System Int32
Column index.

Return Value

Type: IStyle
Default column style or null if style wasn't set.

Implements

IWorksheet GetDefaultColumnStyle(Int32)
See Also