Table of Contents

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

Alignment

Format

Gets current format.

public FormatBase Format { get; }

Property Value

FormatBase

Id

Gets id.

public ushort Id { get; }

Property Value

ushort

Index

Gets index.

public int Index { get; }

Property Value

int

IsPercent

Gets information that record is percent.

public bool IsPercent { get; }

Property Value

bool