Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / FormatConditionalCommand Class / CreateRule Method


In This Topic
    CreateRule Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function CreateRule( _
       Optional ByVal _stopIfTrue As Boolean _
    ) As BuiltInCfRule
    'Usage
     
    
    Dim instance As FormatConditionalCommand
    Dim _stopIfTrue As Boolean
    Dim value As BuiltInCfRule
     
    value = instance.CreateRule(_stopIfTrue)
    public BuiltInCfRule CreateRule( 
       bool _stopIfTrue
    )

    Parameters

    _stopIfTrue
    See Also