Table of Contents

Class StyleCache

Namespace: FastReport.Olap.Export.BIFF8
Assembly: FastCube.Mono.dll

Style cache.

public class StyleCache

Inheritance

objectStyleCache

Properties

GridStyles

Gets or sets styles for grid.

public GridStyles GridStyles { get; set; }

Property Value

GridStyles

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

Returns

ushort