 | XlsxWriterCreateRowString Method |
Method to create a row string
Namespace: NanoXLSX.LowLevelAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.4+e304ab0274fa680d1e83f83c8f76c3bd5a54caf2
Syntaxprivate string CreateRowString(
XlsxWriterDynamicRow dynamicRow,
Worksheet worksheet
)
Parameters
- dynamicRow XlsxWriterDynamicRow
- Dynamic row with List of cells, heights and hidden states
- worksheet Worksheet
- Worksheet to process
Return Value
StringFormatted row string
ExceptionsException | Condition |
---|
FormatException | Throws a FormatException if a handled date cannot be translated to (Excel internal) OADate |
See Also