Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelPictShape Class / ExcelPictShape Constructor / ExcelPictShape Constructor(String,IExcelRead,Int16,CT_ClientData)
The formula.
The spread.
Index of the sheet.
The ct_client data.


In This Topic
    ExcelPictShape Constructor(String,IExcelRead,Int16,CT_ClientData)
    In This Topic
    Initializes a new instance of the ExcelPictShape class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal formula As String, _
       ByVal spread As IExcelRead, _
       ByVal sheetIndex As Short, _
       ByVal ct_clientData As CT_ClientData _
    )
    'Usage
     
    
    Dim formula As String
    Dim spread As IExcelRead
    Dim sheetIndex As Short
    Dim ct_clientData As CT_ClientData
     
    Dim instance As New ExcelPictShape(formula, spread, sheetIndex, ct_clientData)
    public ExcelPictShape( 
       string formula,
       IExcelRead spread,
       short sheetIndex,
       CT_ClientData ct_clientData
    )

    Parameters

    formula
    The formula.
    spread
    The spread.
    sheetIndex
    Index of the sheet.
    ct_clientData
    The ct_client data.
    See Also