AddItemTitles Method (C1ListBase)
In This Topic
Sets the column titles in the
AddItem mode.
Syntax
'Declaration
Public Sub AddItemTitles( _
ByVal As String _
)
public void AddItemTitles(
string
)
Parameters
- titles
- The titles to be set. It is delimited by the semicolon (;).
See Also