Spread Silverlight Documentation
SetViewportTopRow(Int32,Int32) Method


The row viewport index.
The row index.
Sets the row viewport's top row.
Syntax
'Declaration
 
Public Overloads Overrides Sub SetViewportTopRow( _
   ByVal rowViewportIndex As System.Integer, _
   ByVal value As System.Integer _
) 
'Usage
 
Dim instance As SpreadView
Dim rowViewportIndex As System.Integer
Dim value As System.Integer
 
instance.SetViewportTopRow(rowViewportIndex, value)
public override 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

SpreadView Class
SpreadView Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.