FillAcross Method

Fills the selected cells or columns with the values in the specified cell or column of the selection.

Syntax

expression**.FillAcross(Right)**

*expression   *     Optional. An expression that returns an Application object.

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.

Remarks

The FillAcross method is only available in timephased cells of usage views.

Applies to | Application Object

See Also | FillDown Method