Skip to main content

TdxSpreadSheetContainer.Name Property

Specifies the floating container’s optional name.

Declaration

property Name: string read; write;

Property Value

Type
string

Remarks

Use this property to assign a meaningful name to the floating container. The Formula Bar control associated with a spreadsheet control, uses the Name property to:

  • Name and rename containers.

  • Identify the focused container by its name.

  • Search a container by its name.

Note

A container collection‘s FindByName function uses the Name property value to perform case-insensitive search.

The Name property’s default value is an empty string.

See Also