TdxSpreadSheetContainer.Name Property
In This Article
Specifies the floating container’s optional name.
#Declaration
Delphi
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 Find
The Name property’s default value is an empty string.
See Also