[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Themes.Retrospect

Retrospect Property

Retrospect

Specifies the Retrospect theme.

Declaration
public static ITheme Retrospect { get; }
Public Shared ReadOnly Property Retrospect As ITheme
Examples
ITheme theme = Themes.Retrospect;
workbook.Theme = theme;