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


In This Topic
    ClearConditionalFormats Method (DefaultSheetStyleModel)
    In This Topic
    Removes all of the conditional formats from the cell at the specified row and column in the model.
    Syntax
    'Declaration
     
    
    Public Sub ClearConditionalFormats( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) 
    'Usage
     
    
    Dim instance As DefaultSheetStyleModel
    Dim row As Integer
    Dim column As Integer
     
    instance.ClearConditionalFormats(row, column)
    public void ClearConditionalFormats( 
       int row,
       int column
    )

    Parameters

    row
    Row index
    column
    Column index
    See Also