Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / FillDirectionCommand Class / FillDirectionCommand Constructor
A GrapeCity.Spreadsheet.IWorksheet object indicates the worksheet.
the rangee is filled
>A GrapeCity.Spreadsheet.Direction object indicates the direction.


In This Topic
    FillDirectionCommand Constructor
    In This Topic
    Initializes a new instance of the FillDirectionCommand class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal worksheet As IWorksheet, _
       ByVal ranges() As Reference, _
       ByVal fillDirection As Direction _
    )
    'Usage
     
    
    Dim worksheet As IWorksheet
    Dim ranges() As Reference
    Dim fillDirection As Direction
     
    Dim instance As New FillDirectionCommand(worksheet, ranges, fillDirection)
    public FillDirectionCommand( 
       IWorksheet worksheet,
       Reference[] ranges,
       Direction fillDirection
    )

    Parameters

    worksheet
    A GrapeCity.Spreadsheet.IWorksheet object indicates the worksheet.
    ranges
    the rangee is filled
    fillDirection
    >A GrapeCity.Spreadsheet.Direction object indicates the direction.
    See Also