Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellClickEventArgs Class / ActualRowLayoutIndex Property


In This Topic
    ActualRowLayoutIndex Property
    In This Topic
    Gets the actual row index in layout
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ActualRowLayoutIndex As Integer
    'Usage
     
    
    Dim instance As CellClickEventArgs
    Dim value As Integer
     
    value = instance.ActualRowLayoutIndex
    public int ActualRowLayoutIndex {get;}
    See Also