SheetXL - v0.3.20
    Preparing search index...

    Options used for when calling getStyleProperties.

    interface StyleOptions {
        name?: string;
        showColumnStripes?: boolean;
        showFirstColumn?: boolean;
        showLastColumn?: boolean;
        showRowStripes?: boolean;
    }
    Index

    Properties

    name?: string

    A string representing the name of the table style to use with this table. If the style name isn't valid then the spreadsheet application should use default style. If the name is missing then no formatting will be applied.

    showColumnStripes?: boolean

    A Boolean indicating whether column stripe formatting is applied. True when style column stripe formatting is applied.

    false
    
    showFirstColumn?: boolean

    A Boolean indicating whether the first column in the table should have the style applied. True if the first column has the style applied.

    false
    
    showLastColumn?: boolean

    A Boolean indicating whether the last column in the table should have the style applied. True if the last column has the style applied.

    false
    
    showRowStripes?: boolean

    A Boolean indicating whether row stripe formatting is applied. True when style row stripe formatting is applied.

    true