Wisej.Web.DataGridViewRowHeightInfoNeededEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the RowHeightInfoNeeded event of a DataGridView.
Int32: Returns or sets the height of the row the event occurred for.
Throws:
ArgumentOutOfRangeException The specified value when setting this property is greater than 65,536.
Int32: Returns or sets the minimum height of the row the event occurred for.
Throws:
ArgumentOutOfRangeException The specified value when setting this property is less than 2.
Int32: Returns or sets the minimum height of the row the event occurred for.
Throws:
ArgumentOutOfRangeException The specified value when setting this property is less than 2.
Int32: Returns the index of the row associated with this DataGridViewRowHeightInfoNeededEventArgs.
Name | Description |
---|---|
Represents the method that will handle an RowHeightInfoNeeded event of a DataGridView control.