LowLevel.CreateColsString Method

NanoXLSX

NanoXLSX

LowLevelCreateColsString Method

Method to create the columns as XML string. This is used to define the width of columns

Namespace:  NanoXLSX.LowLevel
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
private string CreateColsString(
	Worksheet worksheet
)

Parameters

worksheet
Type: NanoXLSXWorksheet
Worksheet to process

Return Value

Type: String
String with formatted XML data
See Also