[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Themes.Flow

Flow Property

Flow

Specifies the Flow theme.

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