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; }
Public ReadOnly Property Workbook As Workbook
Get
public:
property Workbook^ Workbook {
Workbook^ get ();
}
member Workbook : Workbook with get
Property Value
Type:
Workbook
See Also