Spread Silverlight Documentation
SetPane Method


GrapeCity.Excel Namespace > IExcelReader Interface : SetPane Method
The zero based sheet index used to locate the IExcelWorksheet instance
Set the value for the horizontal position of the split, 0 if none
Set the value for the vertical position of the split, 0 if none
Set the count of top visible rows in the bottom pane
Set the count of leftmost visible columns in the right pane
The active pane number
A flag indicate whether the pane is frozen
Set the number and position of unfrozen panes in a window
Syntax
'Declaration
 
Sub SetPane( _
   ByVal sheet As System.Short, _
   ByVal horizontalPosition As System.Integer, _
   ByVal verticalPosition As System.Integer, _
   ByVal topVisibleRow As System.Integer, _
   ByVal leftmostVisibleColumn As System.Integer, _
   ByVal paneIndex As System.Integer, _
   ByVal isPanesFrozen As System.Boolean _
) 
'Usage
 
Dim instance As IExcelReader
Dim sheet As System.Short
Dim horizontalPosition As System.Integer
Dim verticalPosition As System.Integer
Dim topVisibleRow As System.Integer
Dim leftmostVisibleColumn As System.Integer
Dim paneIndex As System.Integer
Dim isPanesFrozen As System.Boolean
 
instance.SetPane(sheet, horizontalPosition, verticalPosition, topVisibleRow, leftmostVisibleColumn, paneIndex, isPanesFrozen)
void SetPane( 
   System.short sheet,
   System.int horizontalPosition,
   System.int verticalPosition,
   System.int topVisibleRow,
   System.int leftmostVisibleColumn,
   System.int paneIndex,
   System.bool isPanesFrozen
)

Parameters

sheet
The zero based sheet index used to locate the IExcelWorksheet instance
horizontalPosition
Set the value for the horizontal position of the split, 0 if none
verticalPosition
Set the value for the vertical position of the split, 0 if none
topVisibleRow
Set the count of top visible rows in the bottom pane
leftmostVisibleColumn
Set the count of leftmost visible columns in the right pane
paneIndex
The active pane number
isPanesFrozen
A flag indicate whether the pane is frozen
See Also

Reference

IExcelReader Interface
IExcelReader Members