How to implement Intersect Range in ASPOSE.CELL?

We are upgrading existing VB6.0 windows application into ASP.NET as web base application. In existing VB6.0 application, in which we are creating excel object
and some implementation like as follows:
.Intersect(.Range("P1_NET_CHRG_VOL_AM"), .Range(TimeRange)).Value =

So we are replace excel object with ASPOSE.CELL
We need equivalent into ASPOSE.CELL
Can you help us to how to resolve this?

Hi,

Intersection of ranges is supported by Aspose.Cells. See the document (check the sub-topic: Intersection of Ranges) for your reference:
http://www.aspose.com/documentation/.net-components/aspose.cells-for-.net/named-ranges.html

Thank you.