del método ExcelWebRenderer.IDesignTimeHtmlProvider.GetDesignTimeHtml
Obtiene el código HTML que se utiliza para representar el control en tiempo de diseño.
Espacio de nombres: Microsoft.Office.Excel.WebUI
Ensamblado: Microsoft.Office.Excel.WebUI (en Microsoft.Office.Excel.WebUI.dll)
Sintaxis
'Declaración
Private Function GetDesignTimeHtml As String
Implements IDesignTimeHtmlProvider.GetDesignTimeHtml
'Uso
Dim instance As ExcelWebRenderer
Dim returnValue As String
returnValue = CType(instance, IDesignTimeHtmlProvider).GetDesignTimeHtml()
stringIDesignTimeHtmlProvider.GetDesignTimeHtml()
Valor devuelto
Tipo: System.String
Una cadena que contiene el código HTML.
Implementaciones
IDesignTimeHtmlProvider.GetDesignTimeHtml()