Skip to content

Individual Style Component Modification #1520

@usuallyvexed

Description

@usuallyvexed

Would it be possible to have style related routines that change only a single aspect of a style for a cell, row, column?
For example:

SetCellFill(sheetName, startCell, endCell, fill-info)
SetCellFont(sheetName, startCell, endCell, font-info)
SetCellAlignment(sheetName, startCell, endCell, alignment-info)
SetCellBorders(sheetName, startCell, endCell, border-info)
etc.

Having the routines to alter individual components of an objects style saves a lot of work of having to create many different styles when you want to preserve all other components of the style save the one you want to change.

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions