Application.FillDown Method
Project Developer Reference |
Fills the selected cells or rows with the values in the specified cell or row of the selection.
Syntax
expression.FillDown(Down)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Down | Optional | Boolean | True if values in the top cell or row of the selection are copied down to the other selected cells or rows. False if values in the bottom cell or row of the selection are copied up to the other selected cells or rows. The default value is True. |
Return Value
Boolean
See Also