Class StyleCache
Namespace: FastReport.Olap.Export.BIFF8
Assembly: FastCube.Mono.dll
Style cache.
public class StyleCache
Inheritance
Properties
GridStyles
Gets or sets styles for grid.
public GridStyles GridStyles { get; set; }
Property Value
Methods
GetStyleId(int, Alignment, FormatBase, bool)
Gets id of the style.
public ushort GetStyleId(int styleIndex, Alignment alignment, FormatBase format, bool isPercent)
Parameters
styleIndex
int
alignment
Alignment
format
FormatBase
isPercent
bool