Ranges

WorksheetOptions.Ranges property

Get a list of ranges.

public IList<WorksheetRange> Ranges { get; }

Property Value

A list of instances of WorksheetRange class that limits the range to extract cells.

See Also