StartEdit Method

Microsoft Office Web Components Visual Basic

expression.StartEdit(InitialValue, ArrowMode, CaretPosition)

expression    Required. An expression that returns one of the a PivotTable object.

InitialValue   Optional Variant. Specifies the initial value to use when editing the cell. The current value is used if you do not specify a value for this argument.

ArrowMode   Optional PivotArrowModeEnum . Specifies how the left and right arrows function while the user is in edit mode.

CaretPosition   Optional PivotCaretPositionEnum . Specifies the position of the insertion point within the cell.

Remarks

This method will result in a run-time error if the current selection is not a detail cell, or if the current data is not editable.