GrapeCity.Xaml.SpreadSheet.UI
RowHeightChanging Event (SheetView)


Occurs when the row height is changing.
Syntax
'Declaration
 
Public Event RowHeightChanging As EventHandler(Of RowHeightChangingEventArgs)
'Usage
 
Dim instance As SheetView
Dim handler As EventHandler(Of RowHeightChangingEventArgs)
 
AddHandler instance.RowHeightChanging, handler
public event EventHandler<RowHeightChangingEventArgs> RowHeightChanging
Event Data

The event handler receives an argument of type RowHeightChangingEventArgs containing data related to this event. The following RowHeightChangingEventArgs properties provide information specific to this event.

PropertyDescription
Cancel (Inherited from System.ComponentModel.CancelEventArgs)
Header Gets whether the rows indexes are column header rows.  
RowList Gets the list of rows whose heights are changing.  
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

SheetView Class
SheetView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options