WriteWorkbookStream()

IChartData::WriteWorkbookStream(System::SharedPtr<System::IO::MemoryStream>) method

Initializes the internally contained Excel workbook with user-specified value.

virtual void Aspose::Slides::Charts::IChartData::WriteWorkbookStream(System::SharedPtr<System::IO::MemoryStream> ms)=0

Arguments

ParameterTypeDescription
msSystem::SharedPtr<System::IO::MemoryStream>The user-supplied stream containing the entire Excel workbook.

See Also