sheetex - v1.3.0
    Preparing search index...

    Interface BorderStyle

    边框样式

    interface BorderStyle {
        style:
            | "none"
            | "medium"
            | "double"
            | "hair"
            | "dotted"
            | "dashDotDot"
            | "dashDot"
            | "dashed"
            | "thin"
            | "mediumDashDotDot"
            | "slantDashDot"
            | "mediumDashDot"
            | "mediumDashed"
            | "thick";
        color: string;
    }
    Index

    Properties

    Properties

    style:
        | "none"
        | "medium"
        | "double"
        | "hair"
        | "dotted"
        | "dashDotDot"
        | "dashDot"
        | "dashed"
        | "thin"
        | "mediumDashDotDot"
        | "slantDashDot"
        | "mediumDashDot"
        | "mediumDashed"
        | "thick"

    线型

    color: string

    颜色,ARGB 或 RGB 格式,Alpha 通道实际不起作用

    color: 'FF0000';