Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / SheetActionsCommand Class / SheetActionsCommand Constructor / SheetActionsCommand Constructor(Worksheet,Stream)
The processing GrapeCity.Spreadsheet.Worksheet object
The new image will be applied to the background of worksheets.


In This Topic
    SheetActionsCommand Constructor(Worksheet,Stream)
    In This Topic
    Initializes a new instance of the SheetActionsCommand class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal worksheet As Worksheet, _
       ByVal background As Stream _
    )
    'Usage
     
    
    Dim worksheet As Worksheet
    Dim background As Stream
     
    Dim instance As New SheetActionsCommand(worksheet, background)
    public SheetActionsCommand( 
       Worksheet worksheet,
       Stream background
    )

    Parameters

    worksheet
    The processing GrapeCity.Spreadsheet.Worksheet object
    background
    The new image will be applied to the background of worksheets.
    See Also