GrapeCity MultiRow Windows Forms Documentation
OnCellFormatting Method (ListCell)


A CellFormattingEventArgs value that contains the event data.
Raises the CellFormatting event.
Syntax
Protected Overrides Sub OnCellFormatting( _
   ByVal e As CellFormattingEventArgs _
) 
Dim instance As ListCell
Dim e As CellFormattingEventArgs
 
instance.OnCellFormatting(e)
protected override void OnCellFormatting( 
   CellFormattingEventArgs e
)

Parameters

e
A CellFormattingEventArgs value that contains the event data.
Exceptions
ExceptionDescription
System.ArgumentExceptionThe cell's value does not exist in the column that ValueMember or DisplayMember refer to.
Requirements

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

See Also

Reference

ListCell Class
ListCell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.