Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffRead Interface / ExcelSetExternSheet2 Method / ExcelSetExternSheet2(Int16,Int16) Method


In This Topic
ExcelSetExternSheet2(Int16,Int16) Method
In This Topic
ExcelSetExternSheet
Syntax
'Declaration
 
Overloads Function ExcelSetExternSheet2( _
   ByVal startSheetIndex As Short, _
   ByVal endSheetIndex As Short _
) As Boolean
 
'Usage
 
Dim instance As IExcelBiffRead
Dim startSheetIndex As Short
Dim endSheetIndex As Short
Dim value As Boolean
 
value = instance.ExcelSetExternSheet2(startSheetIndex, endSheetIndex)

Parameters

startSheetIndex
endSheetIndex
See Also