The column header's font.


Usage

Set_Property(OLECtrlEntID, "OLE.ColumnHeaderFont[col]", FontArray)

Values

The FontArray structure uses the same formatting as the OpenInsight FONT property. Visit the Font common OLE property page for further documentation.

Default: Tahoma, 8 pt.

Indices

IndexDescription
colThe index to a column in the report table

Remarks

The ColumnHeaderFont sets the font used to render the header's text.

Example

// Make the header for column 2 bold 
Set_Property(@Window:".OLE_REPORTTABLE", "OLE.ColumnHeaderFont[2]", @SVM:@SVM:700)

See Also

ColumnHeaderAlignmentColumnHeaderTextColumnFont

  • No labels