FlexGrid for WinRT
GetDataFormatted Method (GridPanel)

Index of the row that contains the cell.
Index of the column that contains the cell.
Gets or sets the formatted content of a specific cell.
Syntax
'Declaration
 
Public Function GetDataFormatted( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
) As System.Object
public System.object GetDataFormatted( 
   System.int row,
   System.int col
)

Parameters

row
Index of the row that contains the cell.
col
Index of the column that contains the cell.

Return Value

The formatted value of 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

GridPanel Class
GridPanel Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback