WriteWorkbookStream()

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

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

void Aspose::Slides::Charts::ChartData::WriteWorkbookStream(System::SharedPtr<System::IO::MemoryStream> ms) override

Arguments

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

See Also