-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
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
Labels
No labels