Struct StyleRec
Namespace: FastReport.Olap.Export.BIFF8
Assembly: FastCube.Mono.dll
Style record.
public struct StyleRec
Constructors
StyleRec(ushort, int, Alignment, FormatBase, bool)
Creates a new instance.
public StyleRec(ushort id, int index, Alignment alignment, FormatBase format, bool isPercent)
Parameters
id ushort
index int
alignment Alignment
format FormatBase
isPercent bool
Properties
Alignment
Gets alignment.
public Alignment Alignment { get; }
Property Value
Format
Gets current format.
public FormatBase Format { get; }
Property Value
Id
Gets id.
public ushort Id { get; }
Property Value
Index
Gets index.
public int Index { get; }
Property Value
IsPercent
Gets information that record is percent.
public bool IsPercent { get; }