API Reference
Class
SheetTheme
Neutral theming type for worksheet composition. Internally maps to ReportTheme for now.
Inheritance
- Object
- SheetTheme
Constructors
public SheetTheme() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String TitleColorHex { get; set; } #Title font color (hex).
public String SubtitleColorHex { get; set; } #Subtitle font color (hex).
public String SectionHeaderFillHex { get; set; } #Fill color for section headers (hex).
public String KeyFillHex { get; set; } #Fill color for key cells (hex).
public String WarningFillHex { get; set; } #Fill color for warnings (hex).
public String ErrorFillHex { get; set; } #Fill color for errors (hex).
public String PositiveFillHex { get; set; } #Fill color for positive accents (hex).
public Int32 DefaultLeftMarginColumns { get; set; } #Default left margin in columns.
public Int32 DefaultContentWidthColumns { get; set; } #Default content width in columns.
public Int32 DefaultSpacingRows { get; set; } #Default spacing between blocks, in rows.
public static SheetTheme Default { get; } #Built-in default theme.