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


In This Topic
    IsRowUsed Method (BaseSheetStyleModel)
    In This Topic
    Gets whether the row contains style settings.
    Syntax
    'Declaration
     
    
    Public Overridable Function IsRowUsed( _
       ByVal row As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As BaseSheetStyleModel
    Dim row As Integer
    Dim value As Boolean
     
    value = instance.IsRowUsed(row)
    public virtual bool IsRowUsed( 
       int row
    )

    Parameters

    row
    Row index

    Return Value

    Boolean: true if the row contains style settings; false otherwise
    Example
    This example returns whether the specified row has style settings.
    See Also