XlsSlicerCollection
ParentWorksheet Property
|
Gets the parent worksheet of this slicer collection.
Namespace:
Spire.Xls
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