TdxSpreadSheetDefinedNames.Contains(string,TdxSpreadSheetCustomView) Method
Identifies if the specified defined name belongs to the collection.
Declaration
function Contains(const ACaption: string; AScope: TdxSpreadSheetCustomView): Boolean; overload;
Parameters
Name | Type |
---|---|
ACaption | string |
AScope | TdxSpreadSheetCustomView |
Returns
Type |
---|
Boolean |
Remarks
This function returns True if the defined name whose caption and scope are passed as the ACaption and AScope parameters is in the collection; otherwise – False.
See Also