Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ISheetDataModel Interface / IsRowUsed Method
Row index


In This Topic
    IsRowUsed Method (ISheetDataModel)
    In This Topic
    Determines whether the specified row contains data.
    Syntax
    'Declaration
     
    
    Function IsRowUsed( _
       ByVal row As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As ISheetDataModel
    Dim row As Integer
    Dim value As Boolean
     
    value = instance.IsRowUsed(row)
    bool IsRowUsed( 
       int row
    )

    Parameters

    row
    Row index

    Return Value

    True if the row contains data; false otherwise
    See Also