TabSheetCellBorderStyle.hasIndex

Syntax

hasIndex(index: PP.Ui.TabSheetCellBorderIndex);

Parameters

index. Index of table cell border. The user can get this index via the TabSheetCellBorderStyle.Index property.

Description

The hasIndex method indicates if a specified index of table cell border exists.

Comments

This method returns True if specified index of table cell border exists, otherwise it returns False.

Example

The example of use is given on the page with description of the TabSheetCellBorderStyle.Color property.

Seebsp;also:

TabSheetCellBorderStyle