Search Results for

    Show / Hide Table of Contents

    Class CellInfos

    Inheritance
    System.Object
    System.Collections.Generic.List<CellInfo>
    CellInfos
    Namespace: FastReport.Olap.Controls
    Assembly: FastReport.Olap.dll
    Syntax
    public class CellInfos : List<CellInfo>, IList<CellInfo>, ICollection<CellInfo>, IList, ICollection, IReadOnlyList<CellInfo>, IReadOnlyCollection<CellInfo>, IEnumerable<CellInfo>, IEnumerable

    Constructors

    CellInfos(AxisZone)

    Declaration
    public CellInfos(AxisZone owner)
    Parameters
    Type Name Description
    AxisZone owner

    Fields

    FirstCell

    Declaration
    public int FirstCell
    Field Value
    Type Description
    System.Int32

    FirstLevel

    Declaration
    public int FirstLevel
    Field Value
    Type Description
    System.Int32

    LastCell

    Declaration
    public int LastCell
    Field Value
    Type Description
    System.Int32

    LastLevel

    Declaration
    public int LastLevel
    Field Value
    Type Description
    System.Int32

    TreeLevelSize

    Declaration
    public int TreeLevelSize
    Field Value
    Type Description
    System.Int32

    TreeLevelSpacing

    Declaration
    public int TreeLevelSpacing
    Field Value
    Type Description
    System.Int32

    TreeMeasureSize

    Declaration
    public int TreeMeasureSize
    Field Value
    Type Description
    System.Int32

    Valid

    Declaration
    public bool Valid
    Field Value
    Type Description
    System.Boolean

    Properties

    Bounds

    Declaration
    public Rectangle Bounds { get; }
    Property Value
    Type Description
    System.Drawing.Rectangle

    LastIndicesCount

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

    Methods

    AddCell(SliceDrawHeader)

    Declaration
    public CellInfo AddCell(SliceDrawHeader data)
    Parameters
    Type Name Description
    SliceDrawHeader data
    Returns
    Type Description
    CellInfo

    Clear()

    Declaration
    public void Clear()

    FindByLocation(Point)

    Declaration
    public CellInfo FindByLocation(Point p)
    Parameters
    Type Name Description
    System.Drawing.Point p
    Returns
    Type Description
    CellInfo

    FixRects(CellInfo)

    Declaration
    public void FixRects(CellInfo info)
    Parameters
    Type Name Description
    CellInfo info

    GetItemByLastIndex(Int32)

    Declaration
    public CellInfo GetItemByLastIndex(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    CellInfo

    GetSizeFor(CellInfo)

    Declaration
    public Size GetSizeFor(CellInfo info)
    Parameters
    Type Name Description
    CellInfo info
    Returns
    Type Description
    System.Drawing.Size

    GetStartLocationFor(CellInfo)

    Declaration
    public Point GetStartLocationFor(CellInfo info)
    Parameters
    Type Name Description
    CellInfo info
    Returns
    Type Description
    System.Drawing.Point

    IncSize(Int32)

    Declaration
    public void IncSize(int delta)
    Parameters
    Type Name Description
    System.Int32 delta
    Back to top © 1998-2024 Copyright Fast Reports Inc.