Spread Silverlight Documentation
GetCellRect Method


GrapeCity.Windows.SpreadSheet.UI Namespace > SpreadView Class : GetCellRect Method
Syntax
'Declaration
 
Public Function GetCellRect( _
   ByVal row As System.Integer, _
   ByVal column As System.Integer _
) As System.Windows.Rect
'Usage
 
Dim instance As SpreadView
Dim row As System.Integer
Dim column As System.Integer
Dim value As System.Windows.Rect
 
value = instance.GetCellRect(row, column)
public System.Windows.Rect GetCellRect( 
   System.int row,
   System.int column
)

Parameters

row
column
See Also

Reference

SpreadView Class
SpreadView Members