Click or drag to resize

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.

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public void SetRowAutoStyle(
	int rowIndex,
	ExcelCellStyle rowStyle
)

Parameters

rowIndex  Int32
Row index.
rowStyle  ExcelCellStyle
Row style.
See Also