Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffRead Interface / ExcelSetDimensions Method
Sheet index


In This Topic
ExcelSetDimensions Method
In This Topic
DIMENSIONS - Excel Biff Record
Syntax
'Declaration
 
Function ExcelSetDimensions( _
   ByVal sheet As Short, _
   ByVal firstRow As Integer, _
   ByVal lastRowPlus1 As Integer, _
   ByVal firstCol As Short, _
   ByVal lastColPlus1 As Short _
) As Boolean
 
'Usage
 
Dim instance As IExcelBiffRead
Dim sheet As Short
Dim firstRow As Integer
Dim lastRowPlus1 As Integer
Dim firstCol As Short
Dim lastColPlus1 As Short
Dim value As Boolean
 
value = instance.ExcelSetDimensions(sheet, firstRow, lastRowPlus1, firstCol, lastColPlus1)

Parameters

sheet
Sheet index
firstRow
lastRowPlus1
firstCol
lastColPlus1
See Also