'Declaration
Public Shared Function ToSpread( _ ByVal spread As IExcelRead, _ ByVal workbook As CT_Workbook, _ ByVal workbookFile As XFile, _ ByVal excelSheetIndex As Integer, _ ByVal sheetNames As ArrayList, _ ByVal openFlags As ExcelOpenFlags, _ ByVal objectMapper As ObjectsDeserializer _ ) As Boolean
'Usage
Dim spread As IExcelRead Dim workbook As CT_Workbook Dim workbookFile As XFile Dim excelSheetIndex As Integer Dim sheetNames As ArrayList Dim openFlags As ExcelOpenFlags Dim objectMapper As ObjectsDeserializer Dim value As Boolean value = WorkbookSynchronizer.ToSpread(spread, workbook, workbookFile, excelSheetIndex, sheetNames, openFlags, objectMapper)
public static bool ToSpread( IExcelRead spread, CT_Workbook workbook, XFile workbookFile, int excelSheetIndex, ArrayList sheetNames, ExcelOpenFlags openFlags, ObjectsDeserializer objectMapper )
Parameters
- spread
- GrapeCity Spread component
- workbook
- Workbook
- workbookFile
- Workbook file
- excelSheetIndex
- Excel sheet index
- sheetNames
- Array list of sheet names
- openFlags
- Excel open flags
- objectMapper
- Memory folder
Return Value
Boolean: true if successful; false otherwise