public CellRange GetCellFromPixel( int x, int y )
'Declaration Public Overloads Function GetCellFromPixel( _ ByVal x As Integer, _ ByVal y As Integer _ ) As CellRange
'Declaration
Public Overloads Function GetCellFromPixel( _ ByVal x As Integer, _ ByVal y As Integer _ ) As CellRange
'Usage Dim instance As SpreadView Dim x As Integer Dim y As Integer Dim value As CellRange value = instance.GetCellFromPixel(x, y)
'Usage
Dim instance As SpreadView Dim x As Integer Dim y As Integer Dim value As CellRange value = instance.GetCellFromPixel(x, y)
SpreadView Class SpreadView Members Overload List