ExcelWorksheetSetRowAutoStyle Method

Set the auto style of a row. If this method is called before a cell in the specified row becomes part of the used range (a value is set in cell), the cell will automatically be assigned with the specified row style.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public void SetRowAutoStyle(
	int rowIndex,
	ExcelCellStyle rowStyle
)

Parameters

rowIndex  Int32
The row index
rowStyle  ExcelCellStyle
The row style

See Also