You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

The number of pixels between a header cell's edge and it's contents.

Usage

Set_Property(OLECtrlEntID, "OLE.HeaderPadding[col; row]", Text)

Values

Text can contain anything.

Default: ""

Indices

IndexDescription
colIndex to an existing header column
rowIndex to an existing header row

Remarks

The HeaderPadding property establishes the number of pixels between a header cell's edge and its contents. This allows you to further align the contents to some other point than a header cell's exact edge. You can also establish the distance between the header cell's image and its text.

A header cell's contents are clipped to according the padding, not its bounds.

See Also

HeaderAlignmentCellPadding

  • No labels