Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ShapeActionsCommand Class / CreateCamera Method
The worksheet to create camera shape.
The worksheet range to display in camera shape.
The location to place camera shape.


In This Topic
    CreateCamera Method (ShapeActionsCommand)
    In This Topic
    Creates a camera shape from the specified worksheet range at the specified location.
    Syntax
    'Declaration
     
    
    Public Shared Function CreateCamera( _
       ByVal worksheet As ISheet, _
       ByVal range As WorksheetReference, _
       ByVal location As AnchorPoint _
    ) As ShapeActionsCommand
    'Usage
     
    
    Dim worksheet As ISheet
    Dim range As WorksheetReference
    Dim location As AnchorPoint
    Dim value As ShapeActionsCommand
     
    value = ShapeActionsCommand.CreateCamera(worksheet, range, location)

    Parameters

    worksheet
    The worksheet to create camera shape.
    range
    The worksheet range to display in camera shape.
    location
    The location to place camera shape.
    See Also