Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadCameraShape Class / SpreadCameraShape Constructor / SpreadCameraShape Constructor(String)
Refer to a cell range of a sheetView object to capture the content of the region


In This Topic
    SpreadCameraShape Constructor(String)
    In This Topic
    Creates a new SpreadCameraShape object with a specific formula.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal formula As String _
    )
    'Usage
     
    
    Dim formula As String
     
    Dim instance As New SpreadCameraShape(formula)
    public SpreadCameraShape( 
       string formula
    )

    Parameters

    formula
    Refer to a cell range of a sheetView object to capture the content of the region
    See Also