DefaultCellString Property (FlexOLAPDataGrid)

Action

Gets the String displayed in a cell when the data for that cell returned by the IOLAPResult instance is null (Nothing in Visual Basic) or NaN.

The default value is NaN.

Syntax

C#
protected String defaultCellString { get; }
VB
'Declaration
Protected Read Property defaultCellString As String

Access

Read only.