Search Results for

    Show / Hide Table of Contents

    Struct DataZone.PointInfo

    Namespace: FastReport.Olap.Controls
    Assembly: FastReport.Olap.dll
    Syntax
    protected struct PointInfo

    Constructors

    PointInfo(Int32, Int32)

    Declaration
    public PointInfo(int Col, int Row)
    Parameters
    Type Name Description
    System.Int32 Col
    System.Int32 Row

    Fields

    Col

    Declaration
    public int Col
    Field Value
    Type Description
    System.Int32

    Row

    Declaration
    public int Row
    Field Value
    Type Description
    System.Int32

    Type

    Declaration
    public DataZone.PointType Type
    Field Value
    Type Description
    DataZone.PointType

    Methods

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    System.ValueType.Equals(System.Object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.ValueType.GetHashCode()
    Back to top © 1998-2024 Copyright Fast Reports Inc.