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.4+e304ab0274fa680d1e83f83c8f76c3bd5a54caf2
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