Share via


Metodo Factory.CreateWorksheet

This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.

Spazio dei nomi:  Microsoft.Office.Tools.Excel
Assembly:   Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
  Microsoft.Office.Tools.Excel.v4.0.Utilities (in Microsoft.Office.Tools.Excel.v4.0.Utilities.dll)

Sintassi

'Dichiarazione
Function CreateWorksheet ( _
    serviceProvider As IServiceProvider, _
    hostItemProvider As IHostItemProvider, _
    primaryCookie As String, _
    identifier As String, _
    containerComponent As Object, _
    extension As IWorksheetExtension _
) As Worksheet
Worksheet CreateWorksheet(
    IServiceProvider serviceProvider,
    IHostItemProvider hostItemProvider,
    string primaryCookie,
    string identifier,
    Object containerComponent,
    IWorksheetExtension extension
)

Parametri

Valore restituito

Tipo: Microsoft.Office.Tools.Excel.Worksheet

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Factory Interfaccia

Spazio dei nomi Microsoft.Office.Tools.Excel