Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / Border Class / Type Property

In This Topic
    Type Property (Border)
    In This Topic
    Gets or sets the border linetype.
    Syntax
    'Declaration
     
    
    <XmlAttributeAttribute()>
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property Type As BorderLinetype
    [XmlAttribute()]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public BorderLinetype Type {get; set;}
    See Also