@jsfkit/types
    Preparing search index...

    Type Alias WorksheetDefaults

    A collection of default properties that apply to cells, rows, or columns in the worksheet.

    type WorksheetDefaults = {
        colWidth: PixelValue;
        rowHeight: PixelValue;
    }
    Index

    Properties

    Properties

    colWidth: PixelValue

    Default width of the UI-grid column.

    rowHeight: PixelValue

    Default height of the UI-grid height.