Add(string,string,TdxSpreadSheetCustomView)
|
Adds a new defined name to the collection.
|
AddFromSelection
|
Creates new defined names from the cell selection in the active worksheet.
|
AddFromSelection(TdxSpreadSheetTableView,TdxRectList,TcxBorders)
|
Creates new defined names from the specified cell ranges in a target worksheet.
|
AddFromSelection(TdxSpreadSheetTableView,TRect,TcxBorders)
|
Creates new defined names from the specified cell range in a target worksheet.
|
AddFromSelection(TdxSpreadSheetTableView)
|
Creates new defined names from the cell selection in a target worksheet.
|
AddFromStream(TcxReader)
|
Adds a defined name to the collection from a stream object.
|
AddOrSet(string,string,TdxSpreadSheetCustomView)
|
Declares a new defined name or assigns another caption, scope, and/or reference to an existing defined name.
|
Assign(TPersistent)
|
|
AssignTo(TPersistent)
|
|
BeginUpdate
|
Stops all redraw operations in a spreadsheet control until an EndUpdate call.
|
Clear
|
Clears the collection.
|
Contains(TdxSpreadSheetCustomView)
|
|
Contains(string,TdxSpreadSheetCustomView)
|
Identifies if the specified defined name belongs to the collection.
|
Delete(Integer)
|
Destroys the specified collection item.
|
EndUpdate
|
Applies all pending defined name changes to a spreadsheet control after a BeginUpdate procedure call.
|
Equals(TObject)
|
|
GetHashCode
|
|
GetItemByName(string,TdxSpreadSheetCustomView)
|
Returns the defined name by its caption.
|
GetNamePath
|
|
GetOwner
|
|
IndexOf(string,TdxSpreadSheetCustomView)
|
Returns an index of the specified defined name in the collection.
|
IndexOf(string)
|
Returns an index of specified defined name in the opened document.
|
QueryInterface(TGUID,Untyped)
|
|
Remove(TdxSpreadSheetObjectListItem)
|
Removes the specified item from the collection.
|
ToString
|
|