Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / DefaultSheetStyleModel Class / IsRowUsed Method
Index of row in the model


In This Topic
    IsRowUsed Method (DefaultSheetStyleModel)
    In This Topic
    Determines whether the row in the model contains style settings.
    Syntax
    'Declaration
     
    
    Public Overrides Function IsRowUsed( _
       ByVal row As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As DefaultSheetStyleModel
    Dim row As Integer
    Dim value As Boolean
     
    value = instance.IsRowUsed(row)
    public override bool IsRowUsed( 
       int row
    )

    Parameters

    row
    Index of row in the model

    Return Value

    Boolean: true if the row contains style settings; false otherwise
    See Also