TdxSpreadSheetDefinedName.Caption Property
In This Article
Specifies a public name for the reference stored within the defined name object.
#Declaration
Delphi
property Caption: string read; write;
#Property Value
Type |
---|
string |
#Remarks
Use this property to change the caption of the existing defined name without changing its reference.
Note
Different defined names should have unique captions within the same scope.
See Also