Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / Fill Class / Color Property

In This Topic
    Color Property (Fill)
    In This Topic
    Gets or sets the fill color.
    Syntax
    'Declaration
     
    
    <XmlAttributeAttribute()>
    <DefaultValueAttribute("")>
    Public Property Color As String
    [XmlAttribute()]
    [DefaultValue("")]
    public string Color {get; set;}
    See Also