Spread Windows Forms 6.0 Product Documentation
ShowActiveCell Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SpreadView Class : ShowActiveCell Method


verticalPosition
New vertical position of cell
horizontalPosition
New horizontal position of cell

Glossary Item Box

Moves the currently selected cell in the specified viewport to the specified position.

Syntax

Visual Basic (Declaration) 
Public Sub ShowActiveCell( _
   ByVal verticalPosition As VerticalPosition, _
   ByVal horizontalPosition As HorizontalPosition _
) 
Visual Basic (Usage)Copy Code
Dim instance As SpreadView
Dim verticalPosition As VerticalPosition
Dim horizontalPosition As HorizontalPosition
 
instance.ShowActiveCell(verticalPosition, horizontalPosition)
C# 
public void ShowActiveCell( 
   VerticalPosition verticalPosition,
   HorizontalPosition horizontalPosition
)

Parameters

verticalPosition
New vertical position of cell
horizontalPosition
New horizontal position of cell

Remarks

This method scrolls the spreadsheet so that the active cell appears in the specified position of the display. For example, you may wish to move the active cell to the center of the component display.

To set the active cell, refer to the SetActiveCell method.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.