Spread Silverlight Documentation
ActiveRowIndex Property (ExcelWorksheet)


GrapeCity.Excel Namespace > ExcelWorksheet Class : ActiveRowIndex Property
Gets or sets the index of the active row.
Syntax
'Declaration
 
Public Property ActiveRowIndex As System.Integer
'Usage
 
Dim instance As ExcelWorksheet
Dim value As System.Integer
 
instance.ActiveRowIndex = value
 
value = instance.ActiveRowIndex
public System.int ActiveRowIndex {get; set;}

Property Value

The index of the active row.
See Also

Reference

ExcelWorksheet Class
ExcelWorksheet Members