Compartir a través de


de la propiedad CellStyle.BackgroundColor

Obtiene o establece el color de fondo.

Espacio de nombres:  Microsoft.SharePoint.JSGrid
Ensamblado:  Microsoft.SharePoint (en Microsoft.SharePoint.dll)

Sintaxis

'Declaración
Public Property BackgroundColor As String
    Get
    Set
'Uso
Dim instance As CellStyle
Dim value As String

value = instance.BackgroundColor

instance.BackgroundColor = value
public string BackgroundColor { get; set; }

Valor de propiedad

Tipo: System.String
String que indica el color de fondo.

Comentarios

Si no es null, debe tener el formato "#ff0000".

Vea también

Referencia

clase CellStyle

Miembros CellStyle

Espacio de nombres Microsoft.SharePoint.JSGrid