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