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: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public void SetRowAutoStyle(
int rowIndex,
ExcelCellStyle rowStyle
)
Public Sub SetRowAutoStyle (
rowIndex As Integer,
rowStyle As ExcelCellStyle
)
public:
void SetRowAutoStyle(
int rowIndex,
ExcelCellStyle^ rowStyle
)
member SetRowAutoStyle :
rowIndex : int *
rowStyle : ExcelCellStyle -> unit
Parameters
- rowIndex Int32
- The row index
- rowStyle ExcelCellStyle
- The row style