TIWCGJQCustomSpreadSheet.FillCells(TIWCGJQSpreadSheetOrientation,Integer,Integer) Method
Fill up/down current cell value.
![]() |
---|
When ARowIndex & AColIndex are specified, will fill the specified cell. |
![]() |
---|
When ARowIndex & AColIndex are not specified, will fill the selected cells. |
public procedure FillCells(const AOrientation: TIWCGJQSpreadSheetOrientation; const ARowIndex: Integer = -1; const AColIndex: Integer = -1);
Parameters
- AOrientation
- Type: TIWCGJQSpreadSheetOrientation
Up or Down
- ARowIndex
- Type: Integer
Row index of cell
- AColIndex
- Type: Integer
Column index of cell.