Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / CreateCamera Method


In This Topic
    CreateCamera Method
    In This Topic
    Creates an GrapeCity.Spreadsheet.Drawing.ICamera object that represents the visual of a cell range.
    Syntax
    'Declaration
     
    
    Function CreateCamera() As ICamera
    'Usage
     
    
    Dim instance As IRange
    Dim value As ICamera
     
    value = instance.CreateCamera()
    ICamera CreateCamera()

    Return Value

    An GrapeCity.Spreadsheet.Drawing.ICamera object that represents the visual of a cell range.
    See Also