Spread Silverlight Documentation
GetActiveRowViewportIndex() Method


GrapeCity.Windows.SpreadSheet.UI Namespace > GcSpreadSheet Class : GetActiveRowViewportIndex() Method
Gets the current active row viewport index in the control.
Syntax
'Declaration
 
Public Function GetActiveRowViewportIndex() As System.Integer
'Usage
 
Dim instance As GcSpreadSheet
Dim value As System.Integer
 
value = instance.GetActiveRowViewportIndex()
public System.int GetActiveRowViewportIndex()

Return Value

The active row viewport index.
See Also

Reference

GcSpreadSheet Class
GcSpreadSheet Members