Click or drag to resize

XlsWorksheet SetDefaultColumnStyle Method (Int32, Int32, IStyle)

Sets by column index default style for column.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SetDefaultColumnStyle(
	int firstColumnIndex,
	int lastColumnIndex,
	IStyle defaultStyle
)

Parameters

firstColumnIndex
Type: System Int32
Start column index.
lastColumnIndex
Type: System Int32
End column index.
defaultStyle
Type: Spire.Xls.Core IStyle
Default style.

Implements

IWorksheet SetDefaultColumnStyle(Int32, Int32, IStyle)
See Also