TdxSpreadSheetAreaList.Assign(TdxRectList) Method
In This Article
Populates the list of cell ranges from the specified list.
#Declaration
Delphi
procedure Assign(AList: TdxRectList);
#Parameters
Name | Type | Description |
---|---|---|
AList | Tdx |
The source list. |
#Remarks
Call the AssignFromString procedure to populate the list by parsing a delimited string of references to cell ranges.
See Also