List.Column(x).FontSize
This property accesses the font size parameter associated with a specified column in a coltrol that supports columns like a Listbox or Combobox.
Group: Prompt-Specific Extensions
(missing or bad snippet) PromptID.List.Column(x).FontSize = lValue
Alternate: vValue = PromptID. List.Column(x).FontSize
vValue (Variant) is the font size.
lValue (Long) sets the font size.
(missing or bad snippet)
lstCars.List.Column(2).FontSize = 15