Click or drag to resize

Worksheet Workbook Property

Gets the workbook associated with the current object, retrieving it from the parent workbook's inner workbook property,this method equals ParentWorkbook.

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

Property Value

Type: Workbook
See Also