Spread Silverlight Documentation
ActiveRowViewport Property


GrapeCity.Windows.SpreadSheet.Data Namespace > ViewportInfo Class : ActiveRowViewport Property
Gets or sets the row index of the active viewport.
Syntax
'Declaration
 
Public Property ActiveRowViewport As System.Integer
'Usage
 
Dim instance As ViewportInfo
Dim value As System.Integer
 
instance.ActiveRowViewport = value
 
value = instance.ActiveRowViewport
public System.int ActiveRowViewport {get; set;}

Property Value

The row index of the active viewport.
See Also

Reference

ViewportInfo Class
ViewportInfo Members