GrapeCity.Xaml.Excel
ActiveRowIndex Property (ExcelWorksheet)


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

Property Value

The index of the active row.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

ExcelWorksheet Class
ExcelWorksheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options