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: 7.0.0
Syntax public void SetRowAutoStyle(
int rowIndex,
ExcelCellStyle rowStyle
)
Public Sub SetRowAutoStyle (
rowIndex As Integer,
rowStyle As ExcelCellStyle
)
Parameters
- rowIndex
- Type: SystemInt32
Row index. - rowStyle
- Type: ExpertXls.ExcelLibExcelCellStyle
Row style.
See Also