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


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

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

    See Also