IEaxHierarchySettings.CellStyle

Fore Syntax

CellStyle(Element: String): IEaxDataAreaCellStyle;

Fore.NET Syntax

CellStyle[Element: string]: Prognoz.Platform.Interop.Express.EaxDataAreaCellStyle;

Parameters

Element. Hierarchy element.

Description

The CellStyle property determines style for the specified hierarchy element.

Comments

To create style, use the EaxDataAreaCellStyle class.

Fore and Fore.NET Examples

The property use is given in the example for IEaxDataAreaHierarchy.HierarchySettings.

See also:

IEaxHierarchySettings