Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartExtension Class / IsEmptyCell Method
The sheetview
Row index
Column index


In This Topic
    IsEmptyCell Method
    In This Topic
    Gets whether the cell is empty.
    Syntax
    'Declaration
     
    
    Public Function IsEmptyCell( _
       ByVal sheetView As SheetView, _
       ByVal r As Integer, _
       ByVal c As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As SpreadChartExtension
    Dim sheetView As SheetView
    Dim r As Integer
    Dim c As Integer
    Dim value As Boolean
     
    value = instance.IsEmptyCell(sheetView, r, c)
    public bool IsEmptyCell( 
       SheetView sheetView,
       int r,
       int c
    )

    Parameters

    sheetView
    The sheetview
    r
    Row index
    c
    Column index
    See Also