FlexGrid for WinForms
SetData(Int32,String,Object) Method



Row index.
Column name.
Value to assign to the cell.
Assigns a value to a grid cell, coercing the value into the cell's specified data type.
Syntax
'Declaration
 
Public Overloads Overridable Function SetData( _
   ByVal row As Integer, _
   ByVal colName As String, _
   ByVal value As Object _
) As Boolean
'Usage
 
Dim instance As C1FlexGridBase
Dim row As Integer
Dim colName As String
Dim value As Object
Dim value As Boolean
 
value = instance.SetData(row, colName, value)
public virtual bool SetData( 
   int row,
   string colName,
   object value
)
public:
virtual bool SetData( 
   int row,
   String^ colName,
   Object^ value
) 

Parameters

row
Row index.
colName
Column name.
value
Value to assign to the cell.

Return Value

True if the value was assigned to the cell, False otherwise.
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

C1FlexGridBase Class
C1FlexGridBase Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback