Aspose::Cells::ICustomFunction Class Referenceabstract

Inherits Object.

Public Member Functions

virtual intrusive_ptr< Aspose::Cells::Systems::Object > CalculateCustomFunction (intrusive_ptr< Aspose::Cells::Systems::String > functionName, intrusive_ptr< Aspose::Cells::Systems::Collections::ArrayList > paramsList, intrusive_ptr< Aspose::Cells::Systems::Collections::ArrayList > contextObjects)=0
 

Member Function Documentation

◆ CalculateCustomFunction()

virtual intrusive_ptr<Aspose::Cells::Systems::Object> Aspose::Cells::ICustomFunction::CalculateCustomFunction ( intrusive_ptr< Aspose::Cells::Systems::String >  functionName,
intrusive_ptr< Aspose::Cells::Systems::Collections::ArrayList >  paramsList,
intrusive_ptr< Aspose::Cells::Systems::Collections::ArrayList >  contextObjects 
)
pure virtual