Spread Windows Forms 6.0 Product Documentation
GetSpreadView(SheetView,Int32,Int32) Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SpreadView Class : GetSpreadView(SheetView,Int32,Int32) Method


sheetView
Sheet (SheetView object)
rowViewportIndex
Viewport row index
columnViewportIndex
Viewport column index

Glossary Item Box

Gets the view at the specified sheet and viewport.

Syntax

Visual Basic (Declaration) 
Public Function GetSpreadView( _
   ByVal sheetView As SheetView, _
   ByVal rowViewportIndex As Integer, _
   ByVal columnViewportIndex As Integer _
) As SpreadView
Visual Basic (Usage)Copy Code
Dim instance As SpreadView
Dim sheetView As SheetView
Dim rowViewportIndex As Integer
Dim columnViewportIndex As Integer
Dim value As SpreadView
 
value = instance.GetSpreadView(sheetView, rowViewportIndex, columnViewportIndex)
C# 
public SpreadView GetSpreadView( 
   SheetView sheetView,
   int rowViewportIndex,
   int columnViewportIndex
)

Parameters

sheetView
Sheet (SheetView object)
rowViewportIndex
Viewport row index
columnViewportIndex
Viewport column index

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.