Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RowHeightChangingEventArgs Class / View Property


In This Topic
    View Property (RowHeightChangingEventArgs)
    In This Topic
    Gets the view that contains the rows whose heights have changed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property View As SpreadView
    'Usage
     
    
    Dim instance As RowHeightChangingEventArgs
    Dim value As SpreadView
     
    value = instance.View
    public SpreadView View {get;}
    See Also