GrapeCity.Excel Namespace > IExcelReader Interface : SetPane Method |
'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 )
Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6