Are you talking about the "Area" parameter?

If so then be aware that I've noticed what I think is an error in that value since it appears to calculate the surface area using the pipe's nominal Size parameter rather than using the actual Outside Diameter.
So on that basis I think it would be safer for you if you created a calculated parameter to calculate the area correctly.
If however you really want to use the built-in Area parameter in a schedule then you would need to use Dynamo to extract values from that parameter and then pass those values to your own shared parameter which can be scheduled.
There are similar posts and solutions with sample Dynamo scripts using the GetParameterValueByName and SetParameterByName nodes.
Here's an example:

(The error warning is because I don't have the custom shared parameter "SurfaceArea" loaded into my sample project - you need to create the Shared Parameter, load it into your project/template and associate it to the Pipes category)