IRange.Replace Method

Definition

public bool Replace (object What, object Replacement, object LookAt, object SearchOrder, object MatchCase, object MatchByte, object SearchFormat, object ReplaceFormat);
Public Function Replace (What As Object, Replacement As Object, Optional LookAt As Object, Optional SearchOrder As Object, Optional MatchCase As Object, Optional MatchByte As Object, Optional SearchFormat As Object, Optional ReplaceFormat As Object) As Boolean

Parameters

What
Object
Replacement
Object
LookAt
Object
SearchOrder
Object
MatchCase
Object
MatchByte
Object
SearchFormat
Object
ReplaceFormat
Object

Returns

Applies to