GrapeCity.Xaml.Excel
SetDimensions Method


GrapeCity.Excel Namespace > IExcelReader Interface : SetDimensions Method
The zero based sheet index used to locate the IExcelWorksheet instance
The zero based inclusive first row index
The zero based exclusive last row index
The zero based inclusive first column index
The zero based exclusive last column index
Set the minimum and maximum bounds of the sheet.
Syntax
'Declaration
 
Sub SetDimensions( _
   ByVal sheet As Short, _
   ByVal rowFirst As Integer, _
   ByVal rowLast As Integer, _
   ByVal columnFirst As Short, _
   ByVal columnLast As Short _
) 
'Usage
 
Dim instance As IExcelReader
Dim sheet As Short
Dim rowFirst As Integer
Dim rowLast As Integer
Dim columnFirst As Short
Dim columnLast As Short
 
instance.SetDimensions(sheet, rowFirst, rowLast, columnFirst, columnLast)
void SetDimensions( 
   short sheet,
   int rowFirst,
   int rowLast,
   short columnFirst,
   short columnLast
)

Parameters

sheet
The zero based sheet index used to locate the IExcelWorksheet instance
rowFirst
The zero based inclusive first row index
rowLast
The zero based exclusive last row index
columnFirst
The zero based inclusive first column index
columnLast
The zero based exclusive last column index
See Also

Reference

IExcelReader Interface
IExcelReader Members