ComponentOne Xamarin Edition
GetSelectedState(Int32,Int32) Method
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace > GridBase Class : GetSelectedState(Int32,Int32) Method
The row index.
The column index.
Gets a GridSelectedState value that indicates the selected state of the cells in a specified column and row.
Syntax
public GridSelectedState GetSelectedState( 
   int row,
   int col
)

Parameters

row
The row index.
col
The column index.
See Also

Reference

GridBase Class
GridBase Members