Cell.Range.ToString Method

PicoXLSX

PicoXLSX

CellRangeToString Method

Overwritten ToString method

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public override string ToString()

Return Value

Type: String
Returns the range (e.g. 'A1:B12')
See Also