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


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 parsed.
The CellStyle applied to the cell.
The target System.Type that the cell's value should be parsed to.
Initializes a new instance of the CellParsingEventArgs class.
Syntax
Public Function New( _
   ByVal rowIndex As Integer, _
   ByVal cellIndex As Integer, _
   ByVal cellName As String, _
   ByVal value As Object, _
   ByVal cellStyle As CellStyle, _
   ByVal desiredType As Type _
)
Dim rowIndex As Integer
Dim cellIndex As Integer
Dim cellName As String
Dim value As Object
Dim cellStyle As CellStyle
Dim desiredType As Type
 
Dim instance As New CellParsingEventArgs(rowIndex, cellIndex, cellName, value, cellStyle, desiredType)
public CellParsingEventArgs( 
   int rowIndex,
   int cellIndex,
   string cellName,
   object value,
   CellStyle cellStyle,
   Type desiredType
)

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 parsed.
cellStyle
The CellStyle applied to the cell.
desiredType
The target System.Type that the cell's value should be parsed 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

CellParsingEventArgs Class
CellParsingEventArgs Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.