Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

A header column's attributes.

Usage

 

Code Block
Set_Property(OLECtrlEntID, "OLE.HeaderColumn[col]", Array)
Values
Array has the following 

Values

Array has the following structure:

PosNameTypeDescriptionDefault
<1>WidthIntegerThe width, in pixels, of the header column40
<2>VisibleBooleanEstablishes whether or not the header column is visible to the userTrue
<3>ResizableBooleanEstablishes whether or not the user can resize the header column at runtimeTrue
<4>AutosizedBooleanEstablishes whether or not the header column resizes itself to fit all columns as best as possible within the entire width of the edit tableFalse

...


The forth field, Autosized, lets you specify automatic resizing behavior for a header column. The edit table resolves autosized header columns thusly: if the total width of all columns is less then the table's width, then all autosized header columns are equally sized in such as way that all columns fit perfectly within the table. If the total width of all columns is greater than the table's width, then all autosized header columns revert to their preset Width values.

See Also

HeaderRowDataColumn