Click or drag to resize

XlsWorksheet GetDefaultRowStyle Method

Returns default row 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 GetDefaultRowStyle(
	int rowIndex
)

Parameters

rowIndex
Type: System Int32
Row index.

Return Value

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

Implements

IWorksheet GetDefaultRowStyle(Int32)
See Also