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


A CellScope value that represents the cell area.
A System.Int32 value that represents the index of the owner Section.
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 scope As CellScope, _
   ByVal sectionIndex As Integer, _
   ByVal cellIndex As Integer, _
   ByVal cellName As String, _
   ByVal value As Object, _
   ByVal desiredType As Type, _
   ByVal cellStyle As CellStyle _
)
Dim scope As CellScope
Dim sectionIndex 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(scope, sectionIndex, cellIndex, cellName, value, desiredType, cellStyle)
public CellFormattingEventArgs( 
   CellScope scope,
   int sectionIndex,
   int cellIndex,
   string cellName,
   object value,
   Type desiredType,
   CellStyle cellStyle
)

Parameters

scope
A CellScope value that represents the cell area.
sectionIndex
A System.Int32 value that represents the index of the owner Section.
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.