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


In This Topic
    CreateTopBotomRuleCommand Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function CreateTopBotomRuleCommand( _
       ByVal worksheet As Worksheet, _
       ByVal references() As Reference, _
       ByVal type As TopBottom, _
       ByVal isPercent As Boolean, _
       ByVal rank As Integer, _
       ByVal styleFormat As StyleFormat _
    ) As FormatConditionalCommand
    'Usage
     
    
    Dim worksheet As Worksheet
    Dim references() As Reference
    Dim type As TopBottom
    Dim isPercent As Boolean
    Dim rank As Integer
    Dim styleFormat As StyleFormat
    Dim value As FormatConditionalCommand
     
    value = FormatConditionalCommand.CreateTopBotomRuleCommand(worksheet, references, type, isPercent, rank, styleFormat)

    Parameters

    worksheet
    references
    type
    isPercent
    rank
    styleFormat
    See Also