Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorkbookSet Class / CreateBase1Object Method
The original IWorkbook object.


In This Topic
CreateBase1Object Method
In This Topic
Creates the IWorkbook object which uses base-1 indexes.
Syntax
'Declaration
 
Public Shared Function CreateBase1Object( _
   ByVal workbook As IWorkbook _
) As IWorkbook
 
'Usage
 
Dim workbook As IWorkbook
Dim value As IWorkbook
 
value = WorkbookSet.CreateBase1Object(workbook)

Parameters

workbook
The original IWorkbook object.

Return Value

The IWorkbook object which uses base-1 indexes.
See Also