GrapeCity MultiRow Windows Forms Documentation
CellFormattingEventArgs Constructor(Int32,Int32,String,Object,Type,CellStyle)


A System.Int32 value that represents the index of the owner Row.
A System.Int32 value that represents the cell index in its parent Section.
A System.String value that represents the cell name.
The cell value that needs to be formatted.
The cell target type that should be formatted.
The style of this cell.
Initializes a new instance of the CellFormattingEventArgs class.
Syntax
Public Function New( _
   ByVal rowIndex As Integer, _
   ByVal cellIndex As Integer, _
   ByVal cellName As String, _
   ByVal value As Object, _
   ByVal desiredType As Type, _
   ByVal cellStyle As CellStyle _
)
Dim rowIndex As Integer
Dim cellIndex As Integer
Dim cellName As String
Dim value As Object
Dim desiredType As Type
Dim cellStyle As CellStyle
 
Dim instance As New CellFormattingEventArgs(rowIndex, cellIndex, cellName, value, desiredType, cellStyle)
public CellFormattingEventArgs( 
   int rowIndex,
   int cellIndex,
   string cellName,
   object value,
   Type desiredType,
   CellStyle cellStyle
)

Parameters

rowIndex
A System.Int32 value that represents the index of the owner Row.
cellIndex
A System.Int32 value that represents the cell index in its parent Section.
cellName
A System.String value that represents the cell name.
value
The cell value that needs to be formatted.
desiredType
The cell target type that should be formatted.
cellStyle
The style of this cell.
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

CellFormattingEventArgs Class
CellFormattingEventArgs Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.