ExcelWorksheetSetRowVisibility Method
Sets the visibility of the row at the specified index.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 14.0.0
public void SetRowVisibility(
int rowIndex,
bool visible
)
Parameters
- rowIndex Int32
- The one based index of the row.
- visible Boolean
- The row visibility (true makes the row visible, false hides the row)