public CellReference GetCellReference( int x, int y )
'Declaration Public Function GetCellReference( _ ByVal x As Integer, _ ByVal y As Integer _ ) As CellReference
'Declaration
Public Function GetCellReference( _ ByVal x As Integer, _ ByVal y As Integer _ ) As CellReference
'Usage Dim instance As SheetView Dim x As Integer Dim y As Integer Dim value As CellReference value = instance.GetCellReference(x, y)
'Usage
Dim instance As SheetView Dim x As Integer Dim y As Integer Dim value As CellReference value = instance.GetCellReference(x, y)
SheetView Class SheetView Members