GrapeCity.Win.MultiRow Namespace : CellFormattingEventArgs Class |
Public Class CellFormattingEventArgs Inherits System.Windows.Forms.ConvertEventArgs
Dim instance As CellFormattingEventArgs
public class CellFormattingEventArgs : System.Windows.Forms.ConvertEventArgs
This class is used to inform the user about the formatting process of the cell's value. The user can change the cell's style by setting CellStyle to a new value. The user can also change the cell's value by setting System.Windows.Forms.ConvertEventArgs.Value to a new value. If FormattingApplied is set to true, the set value will be the cell's formatted value; otherwise, there is still a formatting process.
If the formatting process fails, the GcMultiRow.DataError event is fired.
System.Object
System.EventArgs
System.Windows.Forms.ConvertEventArgs
GrapeCity.Win.MultiRow.CellFormattingEventArgs
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2