Skip to content

Wpf: set textcolor to red doesn't work! Not Refresh the sheet #316

@CRREECLEE

Description

@CRREECLEE

In Wpf:

sheet.SetRangeStyles("B2:B2", new WorksheetRangeStyle()
{
  Flag = PlainStyleFlag.TextColor,
  TextColor = Color.Red,
});

dosen't work.Not Refresh the sheet.
(If I save the sheet, and then, Load the sheet rfg file, the Color is red!)

But, In Winform:It works well.
A bug?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions