Search Results for

    Show / Hide Table of Contents

    Class ScriptItems

    Inheritance
    System.Object
    System.Collections.CollectionBase
    ScriptItems
    Dimensions
    Measures
    Namespace: FastReport.Olap.Code
    Assembly: FastReport.Olap.dll
    Syntax
    public class ScriptItems : CollectionBase, IList, ICollection, IEnumerable

    Constructors

    ScriptItems(Slice)

    Declaration
    public ScriptItems(Slice slice)
    Parameters
    Type Name Description
    Slice slice

    Properties

    Col

    Column of current cell

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

    Item[Int32]

    Declaration
    public ScriptItem this[int index] { get; }
    Parameters
    Type Name Description
    System.Int32 index
    Property Value
    Type Description
    ScriptItem

    Row

    Row of current cell

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

    Methods

    IndexOf(String)

    Position of item with name in collection

    Declaration
    public int IndexOf(string name)
    Parameters
    Type Name Description
    System.String name

    item name

    Returns
    Type Description
    System.Int32

    index of item with name or -1 if item not found

    Back to top © 1998-2024 Copyright Fast Reports Inc.