C1.Win.FlexGrid Namespace / UnboundValueEventArgs Class / UnboundValueEventArgs Constructor
Row index for the cell that has an unbound value.
Column index for the cell that has an unbound value.
Unbound value that should be displayed in the cell.

In This Topic
UnboundValueEventArgs Constructor
In This Topic
Initializes a new instance of the UnboundValueEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal row As Integer, _
   ByVal col As Integer, _
   ByVal value As Object _
)
 

Parameters

row
Row index for the cell that has an unbound value.
col
Column index for the cell that has an unbound value.
value
Unbound value that should be displayed in the cell.
See Also