public ICellType GetCellType( int row, int column )
'Declaration Public Function GetCellType( _ ByVal row As Integer, _ ByVal column As Integer _ ) As ICellType
'Declaration
Public Function GetCellType( _ ByVal row As Integer, _ ByVal column As Integer _ ) As ICellType
'Usage Dim instance As SheetView Dim row As Integer Dim column As Integer Dim value As ICellType value = instance.GetCellType(row, column)
'Usage
Dim instance As SheetView Dim row As Integer Dim column As Integer Dim value As ICellType value = instance.GetCellType(row, column)
SheetView Class SheetView Members