Name property

This property returns or sets the name of a table.

Defined in

TextTable

Data type

String

Syntax

public void setName(String name)
public String getName()

Usage

When setting name for a table, the name of a table can not contain blank characters, otherwise this method throws an exception. If the name already exists in another table, the table's name does not change.

See examples

Example: Name property