Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / DefaultSheetStyleModel Class / ConditionalFormatIsRowUsed Method
Row index


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

    Parameters

    row
    Row index

    Return Value

    true if row is used; false otherwise
    See Also