Can Aspose.Cells determine if the type of Worksheet data source is Pivot Table or not

Hello Aspose.
Is there an easy way to determine if there is a Pivot Table data source in an Excel file?

Thanks in advance.

@spopov71,

You can use PivotTable.GetSource() that will give you data source range, so you may evaluate and determine accordingly.