True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid.BaseGrid Namespace / Frame Class / OnFormatText Method

In This Topic
    OnFormatText Method (Frame)
    In This Topic
    Raised when a cell value needs custom formatting.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnFormatText( _
       ByVal e As FormatTextEventArgs _
    ) 
    protected virtual void OnFormatText( 
       FormatTextEventArgs e
    )

    Parameters

    e
    See Also