Spread Silverlight Documentation
ActiveRowIndex Property (IExcelWorksheet)


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

Property Value

The index of the active row.
See Also

Reference

IExcelWorksheet Interface
IExcelWorksheet Members