Member Junction
    Preparing search index...

    Specific cell styling (overrides column/row styles)

    interface CellStyleOverride {
        cell: string;
        style: CellStyle;
        value?: unknown;
    }
    Index

    Properties

    Properties

    cell: string

    Cell address (e.g., 'A1') or range (e.g., 'A1:B5')

    style: CellStyle

    Style to apply

    value?: unknown

    Value to set (optional, overrides data)