Skip to main content

TdxSpreadSheetTableViewOptions.ActualZeroValues Property

Returns a value indicating whether zero values are displayed in cell objects with formula expressions.

Declaration

property ActualZeroValues: Boolean read;

Property Value

Type
Boolean

Remarks

Use this property to identify whether zero values are currently displayed in the formula cells within the Table View worksheet.

The ActualZeroValues property returns the effective ZeroValues value, which depends on values of both the Table View worksheet’s Options.ZeroValues and Spreadsheet Control‘s OptionsView.ZeroValues properties.

If the ActualZeroValues property returns False, and the formula expression result is zero, its respective cell appears blank.

See Also