Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / ISheetDataModel Interface / IsRowUsed Method
Row index
Example


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
    Example
    This example returns whether the specified row contains data.
    See Also