Skip to main content

TdxSpreadSheetTableView.FillData Method

Name Description
FillData(TcxDirection,Integer) Populates a target cell range defined by the selected cell range, a specified direction, and number of rows/columns. Uses the selected cell range as a source.
FillData(string,TcxDirection,Integer) Populates a target cell range defined by the source cell range (in the A1 or R1C1 format), direction, and number of rows/columns.
FillData(string,string) Populates a specified cell range with values from a source cell range. Accepts each cell range as a reference (in the A1 or R1C1 format depending on the OptionsView.R1C1Reference) property value).
FillData(TRect,TcxDirection,Integer) Populates a target cell range defined by the source cell range, direction, and number of rows/columns. Accepts the source cell range as a rectangle defined by four cell positions (in indexes).
FillData(TRect,TRect) Populates a specified cell range with values from a source cell range. Accepts each cell range as a rectangle defined by four cell positions (in indexes).