Class DataCellStyleEventArgs
Inheritance
System.Object
System.EventArgs
DataCellStyleEventArgs
Assembly: FastReport.Olap.dll
Syntax
public class DataCellStyleEventArgs : EventArgs
Constructors
DataCellStyleEventArgs(MeasureCell, CellState, Style)
Declaration
public DataCellStyleEventArgs(MeasureCell cell, CellState cs, Style style)
Parameters
Properties
Cell
Declaration
public MeasureCell Cell { get; }
Property Value
CellState
Declaration
public CellState CellState { get; }
Property Value
Style
Declaration
public Style Style { get; }
Property Value