Click or drag to resize
NanoXLSX

ImportOptionsAddEnforcedColumn(Int32, ImportOptionsColumnType) Method

Adds a type enforcing rule to the passed column number (zero-based)

Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.2+7f12a949130e0be1e987e553d2d08c083176cdca
Syntax
C#
public void AddEnforcedColumn(
	int columnNumber,
	ImportOptionsColumnType type
)

Parameters

columnNumber  Int32
Column number (0-16383)
type  ImportOptionsColumnType
Type to be enforced on the column
See Also