Click or drag to resize
NanoXLSX

BasicFormulasMin(Range) Method

Returns a cell with a min formula

Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.7+b0ed5f8a99a50b9e6528224889fbd7f23c30b364
Syntax
C#
public static Cell Min(
	Range range
)

Parameters

range  Range
Cell range to apply the min operation to

Return Value

Cell
Prepared Cell object, ready to be added to a worksheet
See Also