ArcFM Engine Developer Guide
GetCellRectangle Method


Syntax
'Declaration
 
Public Function GetCellRectangle( _
   ByVal columnIndex As Integer, _
   ByVal rowIndex As Integer _
) As Rectangle
'Usage
 
Dim instance As ScrollableDataGrid
Dim columnIndex As Integer
Dim rowIndex As Integer
Dim value As Rectangle
 
value = instance.GetCellRectangle(columnIndex, rowIndex)
public Rectangle GetCellRectangle( 
   int columnIndex,
   int rowIndex
)

Parameters

columnIndex
rowIndex
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ScrollableDataGrid Class
ScrollableDataGrid Members

 

 


Send Comment