ExcelSetDimensions Method
In This Topic
DIMENSIONS - Excel Biff Record
Syntax
'Declaration
Function ExcelSetDimensions( _
ByVal As Short, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Short, _
ByVal 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)
bool ExcelSetDimensions(
short ,
int ,
int ,
short ,
short
)
Parameters
- sheet
- Sheet index
- firstRow
- lastRowPlus1
- firstCol
- lastColPlus1
See Also