Click or drag to resize

Worksheet ParentWorkbook Property

Gets the parent workbook of the current worksheet,this method equals Workbook.

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

Property Value

Type: Workbook
See Also