ComponentOne FlexGrid for UWP
GetDataFormatted(Int32,Int32) Method

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace > GridPanel Class : GetDataFormatted(Int32,Int32) Method
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.
See Also

Reference

GridPanel Class
GridPanel Members