In my project,a workbook contains several worksheets .I want to programmatically change the sheet tab color under the sheet editor footer so that user can easily
distinguish them from each other.
1 Answer, 1 is accepted
0
Tanya
Telerik team
answered on 25 Feb 2016, 02:50 PM
Hello Zhang,
You could use the TabColor property of the Worksheet's ViewState as demonstrated in the following snippet:
worksheet.ViewState.TabColor = new ThemableColor(Colors.Aquamarine);
Hope this helps.
Regards,
Tanya
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items