'Declaration
Public Shared Function ExportDrawingObjects( _
ByVal As IExcelWrite, _
ByVal As XmlWriter, _
ByVal As Short, _
ByVal As ExportContext, _
ByVal As PackagePart, _
ByVal As PackagePart, _
ByVal As XmlWriter, _
ByVal As ExcelSaveFlags, _
ByRef As UInteger, _
ByRef As Integer, _
ByRef As Integer, _
ByRef As Boolean, _
ByRef As Integer, _
ByRef As Integer, _
ByRef As Integer, _
Optional ByVal 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)
public static bool ExportDrawingObjects(
IExcelWrite ,
XmlWriter ,
short ,
ExportContext ,
PackagePart ,
PackagePart ,
XmlWriter ,
ExcelSaveFlags ,
ref uint ,
ref int ,
ref int ,
out bool ,
ref int ,
ref int ,
ref int ,
WorkbookSynchronizer.DocumentCachingInfo
)