DataGridViewCellFormattingEventArgs
Wisej.Web.DataGridViewCellFormattingEventArgs
Last updated
Wisej.Web.DataGridViewCellFormattingEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the CellFormatting event of a DataGridView.
Initializes a new instance of the DataGridViewCellFormattingEventArgs class.
Throws:
ArgumentOutOfRangeException columnIndex is less than -1 or rowIndex is less than -1.
DataGridViewCellStyle: Returns or sets the style of the cell that is being formatted.
Int32: Returns the column index of the cell that is being formatted.
Boolean: Returns or sets whether the cell value has been successfully formatted.
Int32: Returns the row index of the cell that is being formatted.
Represents the method that will handle the CellFormatting event of a DataGridView.