'Declaration Public Overloads Function GetCellRect( _ ByVal row As Integer, _ ByVal col As Integer _ ) As Rectangle
'Declaration
Public Overloads Function GetCellRect( _ ByVal row As Integer, _ ByVal col As Integer _ ) As Rectangle
public Rectangle GetCellRect( int row, int col )
This property is useful if you need to implement custom editors or other elements that need to be positioned over cells.
This method does not ensure the cell is visible.
C1FlexGrid Class C1FlexGrid Members Overload List