Click or drag to resize

XLColumnCreate Method

Creates a new instance of the XLColumn class.

Namespace:  MicaSystems.Utils.Excel
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static XLColumn Create(
	XLTable parent,
	string name = "",
	Nullable<int> formatId = null,
	string uniqueName = "",
	int columnIndex = 0
)

Parameters

parent
Type: MicaSystems.Utils.ExcelXLTable
name (Optional)
Type: SystemString
formatId (Optional)
Type: SystemNullableInt32
uniqueName (Optional)
Type: SystemString
columnIndex (Optional)
Type: SystemInt32

Return Value

Type: XLColumn
See Also