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".