Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetCellType Method
The row.
The column.


In This Topic
    GetCellType Method
    In This Topic
    Gets the CellType.
    Syntax
    '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)
    public ICellType GetCellType( 
       int row,
       int column
    )

    Parameters

    row
    The row.
    column
    The column.
    See Also