Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelPictShape Class / ExcelPictShape Constructor / ExcelPictShape Constructor(String,Blip)
The formula.
The blip.


In This Topic
    ExcelPictShape Constructor(String,Blip)
    In This Topic
    Initializes a new instance of the ExcelPictShape class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal formula As String, _
       ByVal blip As Blip _
    )
    'Usage
     
    
    Dim formula As String
    Dim blip As Blip
     
    Dim instance As New ExcelPictShape(formula, blip)
    public ExcelPictShape( 
       string formula,
       Blip blip
    )

    Parameters

    formula
    The formula.
    blip
    The blip.
    See Also