bool ExcelSetDimensions( short sheet, int firstRow, int lastRowPlus1, short firstCol, short lastColPlus1 )
'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
'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)
'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)
IExcelBiffRead Interface IExcelBiffRead Members