[]
        
(Showing Draft Content)

FarPoint.Win.Spread.TableView.SetColumnNames

SetColumnNames Method

SetColumnNames(string[])

Sets the column names for the table. The count of array names must equal the count of table columns. Each element must not be null or empty and each element must be unique (not case sensitive) in the array names.

Declaration
public bool SetColumnNames(string[] names)
Public Function SetColumnNames(names As String()) As Boolean
Parameters
Type Name Description
string[] names

Array of table column names.

Returns
Type Description
bool

true if set successfully; otherwise, returns false.