Search Results for

    Show / Hide Table of Contents

    Struct StyleRec

    Namespace: FastReport.Olap.Export.BIFF8
    Assembly: FastReport.Olap.dll
    Syntax
    public struct StyleRec

    Constructors

    StyleRec(UInt16, Int32, Alignment, FormatBase, Boolean)

    Declaration
    public StyleRec(ushort id, int index, Alignment alignment, FormatBase format, bool isPercent)
    Parameters
    Type Name Description
    System.UInt16 id
    System.Int32 index
    Alignment alignment
    FormatBase format
    System.Boolean isPercent

    Properties

    Alignment

    Declaration
    public readonly Alignment Alignment { get; }
    Property Value
    Type Description
    Alignment

    Format

    Declaration
    public readonly FormatBase Format { get; }
    Property Value
    Type Description
    FormatBase

    Id

    Declaration
    public readonly ushort Id { get; }
    Property Value
    Type Description
    System.UInt16

    Index

    Declaration
    public readonly int Index { get; }
    Property Value
    Type Description
    System.Int32

    IsPercent

    Declaration
    public readonly bool IsPercent { get; }
    Property Value
    Type Description
    System.Boolean
    Back to top © 1998-2024 Copyright Fast Reports Inc.