Winnovative Excel Library

ExcelWorksheetSetRowAutoStyle Method

Winnovative Excel Library Documentation
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:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public void SetRowAutoStyle(
	int rowIndex,
	ExcelCellStyle rowStyle
)

Parameters

rowIndex
Type: SystemInt32
The row index
rowStyle
Type: Winnovative.ExcelLibExcelCellStyle
The row style
See Also

Reference