 | WorksheetMergeCells(String) Method |
Merges the defined cell range
Namespace: NanoXLSXAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.2+7f12a949130e0be1e987e553d2d08c083176cdca
Syntaxpublic string MergeCells(
string cellRange
)
Parameters
- cellRange String
- Range to merge (e.g. 'A1:B12')
Return Value
StringReturns the validated range of the merged cells (e.g. 'A1:B12')
ExceptionsException | Condition |
---|
RangeException | Throws a RangeException if the passed cell range is out of range |
FormatException | Throws a FormatException if the passed cell range is malformed |
See Also