Visit Gigasoft's Web Site
 ProEssentials v9 Help

TABorder

Scope

Pe3do, Pepso, Pego, Pesgo

Type

Int32

Default

PETAB_DROP_SHADOW

.NET

PeAnnotation.Table.Border

Ocx|Vcl

NA

DLL

PEP_nTABORDER

 

Purpose

This property sets the individual table annotation border style. Use this property along with WorkingTable .

 

.NET Gigasoft.Enums.

ActiveX and

 

TABorder.

DLL Constants

Description

DropShadow

PETAB_DROP_SHADOW (0)

Drop shadow effect

SingleLine

PETAB_SINGLE_LINE (1)

Simple line border around grid region

NoBorder

PETAB_NO_BORDER (2)

No line or border around grid.

Inset

PETAB_INSET (3)

3D inset style.

ThickLine

PETAB_THICK_LINE (4)

Thick line style.

 

VCL Enumerations:

Replace the x prefix with either g(graph), sg(scientific graph), td(3D scientific graph), ps(polar/smith), or pc(pie chart).

eTABorders = (xDropShadow, xSingleLine, xNoBorder, xInset, xThickLineBorder);

 

Comments

PeAnnotation.Table.Border members of Pe3do.PeAnnotation.Table, Pepso.PeAnnotation.Table, Pego.PeAnnotation.Table, Pesgo.PeAnnotation.Table

 

See Also: BorderTypes,

 

See Chapter 7, Common Question 37 for more information on table annotations.