Click or drag to resize

RangesCollection Worksheet Property

Gets the Worksheet object associated with this instance, casting it from the base class.

Namespace: Spire.Xls.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Worksheet Worksheet { get; }

Return Value

Type: Worksheet
A Worksheet object.
See Also