TabSheetCellStyle.getBorderByIndex

Syntax

getBorderByIndex(index: PP.Ui.TabSheetCellBorderIndex);

Parameters

index. Index of table cell border.

Description

The getBorderByIndex method gets border for a table cell by border index.

Comments

This method returns an object of the PP.Ui.TabSheetCellBorderStyle type.

Example

The example of method use is given on the TabSheetCellStyle Constructor page.

Seebsp;also:

TabSheetCellStyle