Class ScriptItems
Namespace: FastReport.Olap.Code
Assembly: FastCube.Core.dll
Base class for script items.
public class ScriptItems : CollectionBase
Inheritance
object ← CollectionBase ← ScriptItems
Derived
Constructors
ScriptItems(Slice)
Creates a new instnace by slice.
public ScriptItems(Slice slice)
Parameters
slice
Slice
Properties
Col
Column of current cell
public int Col { get; }
Property Value
Row
Row of current cell
public int Row { get; }
Property Value
this[int]
Gets script item by index.
public ScriptItem this[int index] { get; }
Property Value
Methods
IndexOf(string)
Position of item with name in collection
public int IndexOf(string name)
Parameters
name
string
item name
Returns
index of item with name or -1 if item not found