Spread Silverlight 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, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

GcSpreadSheet Class
GcSpreadSheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.