FlexGrid for WinRT
GetCellRect(Int32,Int32) Method

Index of the cell row.
Index of the cell column.
Gets a rectangle that represents the position of a cell on the panel.
Syntax
'Declaration
 
Public Overloads Function GetCellRect( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
) As Windows.Foundation.Rect
public Windows.Foundation.Rect GetCellRect( 
   System.int row,
   System.int col
)

Parameters

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

Return Value

A rectangle that represents the position 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
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback