WorksheetReader.RowHasColumns Method

NanoXLSX

NanoXLSX

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)
Syntax
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: Boolean
True if all column numbers were found, otherwise false
See Also