ITeeListBoxSection.Visible
ITeeListBoxSection
property Visible: WordBool;
Type Library
TeeChartx
Description
Default is True.
Gets or Sets if the Section specified as parameter is visible.
Example :
Private Sub Command1_Click()
TeeListBox1.Sections(1).Visible = False
End Sub