Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / BorderLinetype Enumeration

In This Topic
    BorderLinetype Enumeration
    In This Topic
    The style of the cell borders.
    Syntax
    'Declaration
     
    
    <Newtonsoft.Json.JsonConverterAttribute(Newtonsoft.Json.Converters.StringEnumConverter)>
    Public Enum BorderLinetype 
       Inherits System.Enum
    [Newtonsoft.Json.JsonConverter(Newtonsoft.Json.Converters.StringEnumConverter)]
    public enum BorderLinetype : System.Enum 
    Members
    MemberDescription
    DashedThe line style of a border is dashed.
    DottedThe line style of a border is dotted.
    DoubleThe line style of a border is double line.
    HairThe line style of a border is hairline.
    MediumThe line style of a border is medium.
    MediumDashDotDottedThe line style of a border is medium dash-dot-dot.
    MediumDashDottedThe line style of a border is medium dash-dot.
    MediumDashedThe line style of a border is medium dashed.
    NoneThe line style of a border is none (no border visible).
    SlantedMediumDashDottedThe line style of a border is slanted dash-dot.
    ThickThe line style of a border is 'thick'.
    ThinThe line style of a border is thin.
    ThinDashDotDottedThe line style of a border is thin dash-dot-dot.
    ThinDashDottedThe line style of a border is thin dash-dot.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Api.Excel.BorderLinetype

    See Also