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