Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / WorkbookSynchronizer Class / ExportDrawingObjects Method


In This Topic
ExportDrawingObjects Method
In This Topic
Syntax
'Declaration
 
Public Shared Function ExportDrawingObjects( _
   ByVal spread As IExcelWrite, _
   ByVal commonDrawingWriter As XmlWriter, _
   ByVal sheetIndex As Short, _
   ByVal exportContext As ExportContext, _
   ByVal workSheetPackagePart As PackagePart, _
   ByVal drawingPart As PackagePart, _
   ByVal writer As XmlWriter, _
   ByVal saveFlags As ExcelSaveFlags, _
   ByRef drawingId As UInteger, _
   ByRef chartCount As Integer, _
   ByRef drawingCount As Integer, _
   ByRef exportedDrawing As Boolean, _
   ByRef currentChartCount As Integer, _
   ByRef currentChartExCount As Integer, _
   ByRef commontIndex As Integer, _
   Optional ByVal documentCachingInfo As WorkbookSynchronizer.DocumentCachingInfo _
) As Boolean
 
'Usage
 
Dim spread As IExcelWrite
Dim commonDrawingWriter As XmlWriter
Dim sheetIndex As Short
Dim exportContext As ExportContext
Dim workSheetPackagePart As PackagePart
Dim drawingPart As PackagePart
Dim writer As XmlWriter
Dim saveFlags As ExcelSaveFlags
Dim drawingId As UInteger
Dim chartCount As Integer
Dim drawingCount As Integer
Dim exportedDrawing As Boolean
Dim currentChartCount As Integer
Dim currentChartExCount As Integer
Dim commontIndex As Integer
Dim documentCachingInfo As WorkbookSynchronizer.DocumentCachingInfo
Dim value As Boolean
 
value = WorkbookSynchronizer.ExportDrawingObjects(spread, commonDrawingWriter, sheetIndex, exportContext, workSheetPackagePart, drawingPart, writer, saveFlags, drawingId, chartCount, drawingCount, exportedDrawing, currentChartCount, currentChartExCount, commontIndex, documentCachingInfo)

Parameters

spread
commonDrawingWriter
sheetIndex
exportContext
workSheetPackagePart
drawingPart
writer
saveFlags
drawingId
chartCount
drawingCount
exportedDrawing
currentChartCount
currentChartExCount
commontIndex
documentCachingInfo
See Also