XlsPivotTablesCollection
ParentWorksheet Property
 | 
Gets the parent worksheet of the current XlsWorksheetBase instance.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public XlsWorksheetBase ParentWorksheet { get; }
 
Public ReadOnly Property ParentWorksheet As XlsWorksheetBase
	Get
 
public:
property XlsWorksheetBase^ ParentWorksheet {
	XlsWorksheetBase^ get ();
}
 
member ParentWorksheet : XlsWorksheetBase with get
 
 
 
Property Value
Type:
XlsWorksheetBase
 
See Also