 | BasicFormulasSum(Range) Method |
Returns a cell with a sum formula
Namespace: NanoXLSXAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.7+b0ed5f8a99a50b9e6528224889fbd7f23c30b364
Syntaxpublic static Cell Sum(
Range range
)
Parameters
- range Range
- Cell range to get a sum of
Return Value
CellPrepared Cell object, ready to be added to a worksheet
See Also