Factory.CreateWorksheet, méthode
This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
Espace de noms : Microsoft.Office.Tools.Excel
Assemblys : Microsoft.Office.Tools.Excel (dans Microsoft.Office.Tools.Excel.dll)
Microsoft.Office.Tools.Excel.v4.0.Utilities (dans Microsoft.Office.Tools.Excel.v4.0.Utilities.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- serviceProvider
Type : System.IServiceProvider
- hostItemProvider
Type : Microsoft.Office.Tools.IHostItemProvider
- primaryCookie
Type : System.String
- identifier
Type : System.String
- containerComponent
Type : System.Object
- extension
Type : Microsoft.Office.Tools.Excel.IWorksheetExtension
Valeur de retour
Type : Microsoft.Office.Tools.Excel.Worksheet
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.