Click or drag to resize
NanoXLSX

CellValidateColumnNumber Method

Validates the passed (zero-based) column number. An exception will be thrown if the column is invalid

Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.2+7f12a949130e0be1e987e553d2d08c083176cdca
Syntax
C#
public static void ValidateColumnNumber(
	int column
)

Parameters

column  Int32
Number to check
Exceptions
ExceptionCondition
RangeExceptionThrown if the passed column number is out of range
See Also