Click or drag to resize

XlsWorksheet SetDefaultRowStyle Method (Int32, IStyle)

Sets bdefault style for row.

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

Parameters

rowIndex
Type: System Int32
Row index.
defaultStyle
Type: Spire.Xls.Core IStyle
Default style.

Implements

IWorksheet SetDefaultRowStyle(Int32, IStyle)
See Also