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


In This Topic
    IsRowUsed Method (IOptimizedEnumerationSupport)
    In This Topic
    Determines whether a row had data in any of the cells in that row.
    Syntax
    'Declaration
     
    
    Function IsRowUsed( _
       ByVal row As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As IOptimizedEnumerationSupport
    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 has data; otherwise, false
    Example
    See Also