FlexGrid for WinRT
SetData Method

Column that contains the value.
Value to store in the cell.
Sets the value stored in this row at a given column.
Syntax
'Declaration
 
Protected Overridable Function SetData( _
   ByVal col As Column, _
   ByVal value As System.Object _
) As System.Boolean
protected virtual System.bool SetData( 
   Column col,
   System.object value
)

Parameters

col
Column that contains the value.
value
Value to store in the cell.

Return Value

True if a new value was successfully stored in the 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

Row Class
Row Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback