Versions Compared

Key

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

...

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

...