Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / FillDirectionCommand Class
Members


In This Topic
    FillDirectionCommand Class
    In This Topic
    Represents a command that fill with direction on the cells in the specified range.
    Syntax
    'Declaration
     
    
    Public Class FillDirectionCommand 
       Inherits RangeActionsCommand
    'Usage
     
    
    Dim instance As FillDirectionCommand
    public class FillDirectionCommand : RangeActionsCommand 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Spreadsheet.Commands.Command
          GrapeCity.Spreadsheet.Commands.RangeActionsCommand
             GrapeCity.Spreadsheet.Commands.FillDirectionCommand

    See Also