NanoXLSX Library Documentation
![]() | 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)

C#
private string CreateColsString( Worksheet worksheet )
Parameters
- worksheet
- Type: NanoXLSXWorksheet
Worksheet to process
Return Value
Type: StringString with formatted XML data
