GrapeCity MultiRow Windows Forms Documentation
OnCellFormatting Method (Cell)


A CellFormattingEventArgs that contains the event data.
Raises the GcMultiRow.CellFormatting event.
Syntax
Protected Overridable Sub OnCellFormatting( _
   ByVal e As CellFormattingEventArgs _
) 
Dim instance As Cell
Dim e As CellFormattingEventArgs
 
instance.OnCellFormatting(e)
protected virtual void OnCellFormatting( 
   CellFormattingEventArgs e
)

Parameters

e
A CellFormattingEventArgs that contains the event data.
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

Cell Class
Cell Members
FormattedValue Property
CellFormatting Event

 

 


Copyright © GrapeCity, inc. All rights reserved.