ExcelPictShape Constructor(String,IExcelRead,Int16,CT_ClientData)
Initializes a new instance of the
ExcelPictShape class.
'Declaration
Public Function New( _
ByVal As String, _
ByVal As IExcelRead, _
ByVal As Short, _
ByVal 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)
Parameters
- formula
- The formula.
- spread
- The spread.
- sheetIndex
- Index of the sheet.
- ct_clientData
- The ct_client data.