'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.