SheetXL - v0.3.20
    Preparing search index...

    Interface Properties<C>

    The properties for IStyle.

    interface Properties<C = IColor.Serializable> {
        alignment?: ITextBoxAlignment.Properties;
        border?: IBorder.Properties;
        fill?:
            | NoneProperties
            | C
            | SolidProperties<C>
            | GradientProperties<C>
            | PatternProperties<C>;
        font?: IStyledFont.Properties<C>;
        insets?: Partial<Rectangle>;
        named?: string;
        numberFormat?: string | number;
        quotePrefix?: boolean;
    }

    Type Parameters

    • C = IColor.Serializable

    Hierarchy (View Summary)

    Index

    Properties

    Alignment properties.

    border?: IBorder.Properties

    Border properties.

    fill?:
        | NoneProperties
        | C
        | SolidProperties<C>
        | GradientProperties<C>
        | PatternProperties<C>

    Fill properties.

    Font properties.

    insets?: Partial<Rectangle>

    Custom indentation insets.

    named?: string

    Named style property.

    numberFormat?: string | number

    Number Format properties.

    ()

    quotePrefix?: boolean

    Quote Prefix property.