NanoXLSX Library Documentation
![]() | WorksheetReaderRowHasColumns Method |
Gets whether the passed row (represented as list of cell objects) contains the specified column numbers
Namespace: NanoXLSX.LowLevel
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)

C#
public bool RowHasColumns( List<Cell> cells, int[] columnNumbers )
Parameters
- cells
- Type: System.Collections.GenericListCell
List of cell objects to check. - columnNumbers
- Type: SystemInt32
Array of column numbers
Return Value
Type: BooleanTrue if all column numbers were found, otherwise false
