Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / FormatConditionalManagerCommand Class
Members


In This Topic
    FormatConditionalManagerCommand Class
    In This Topic
    Represents a command that modifies conditional formats of a cell or a range of cells. This class cannot be inherited.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class FormatConditionalManagerCommand 
       Inherits MultiRangeCommand
    'Usage
     
    
    Dim instance As FormatConditionalManagerCommand
    public sealed class FormatConditionalManagerCommand : MultiRangeCommand 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Spreadsheet.Commands.Command
          GrapeCity.Spreadsheet.Commands.RangeCommand
             GrapeCity.Spreadsheet.Commands.MultiRangeCommand
                GrapeCity.Spreadsheet.Commands.FormatConditionalManagerCommand

    See Also