Gets a rectangle that represents the position of a cell on the panel.
Namespace:
C1.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)
Syntax
C# |
---|
public Rect GetCellRect( int row, int col ) |
Visual Basic |
---|
Public Function GetCellRect ( _ row As Integer, _ col As Integer _ ) As Rect |
Parameters
- row
- Type: System..::..Int32
Index of the cell row.
- col
- Type: System..::..Int32
Index of the cell column.