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
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.
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
Reference
SpreadView ClassSpreadView Members
ShowCell Method
HorizontalPosition Enum
VerticalPosition Enum
SetActiveCell Method