Spread WPF Documentation
SetViewportTopRow Method (GcSpreadSheet)


The row viewport index.
The row index.
Sets the row viewport's top row.
Syntax
'Declaration
 
Public Sub SetViewportTopRow( _
   ByVal rowViewportIndex As System.Integer, _
   ByVal value As System.Integer _
) 
'Usage
 
Dim instance As GcSpreadSheet
Dim rowViewportIndex As System.Integer
Dim value As System.Integer
 
instance.SetViewportTopRow(rowViewportIndex, value)
public void SetViewportTopRow( 
   System.int rowViewportIndex,
   System.int value
)

Parameters

rowViewportIndex
The row viewport index.
value
The row index.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

GcSpreadSheet Class
GcSpreadSheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.