Application.FillAcross Method
Project Developer Reference |
Fills the selected cells or columns with the values in the specified cell or column of the selection.
Syntax
expression.FillAcross(Right)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Right | Optional | Boolean | True if values in the leftmost cell or column of the selection are copied right to the other selected cells or columns. False if values in the rightmost cell or column are copied left to the other selected cells or columns. The default value is True. |
Return Value
Boolean
Remarks
The FillAcross method is only available in timephased cells of usage views.
See Also