SpreadsheetGear Namespace > IRange Interface : Replace Method |
'Declaration
Function Replace( _ ByVal what As System.String, _ ByVal replacement As System.String, _ ByVal lookAt As LookAt, _ ByVal searchOrder As SearchOrder, _ ByVal matchCase As System.Boolean _ ) As System.Integer
'Usage
Dim instance As IRange Dim what As System.String Dim replacement As System.String Dim lookAt As LookAt Dim searchOrder As SearchOrder Dim matchCase As System.Boolean Dim value As System.Integer value = instance.Replace(what, replacement, lookAt, searchOrder, matchCase)
System.int Replace( System.string what, System.string replacement, LookAt lookAt, SearchOrder searchOrder, System.bool matchCase )
function Replace( what: System.String; replacement: System.String; lookAt: LookAt; searchOrder: SearchOrder; matchCase: System.Boolean ): System.Integer;
function Replace( what : System.String, replacement : System.String, lookAt : LookAt, searchOrder : SearchOrder, matchCase : System.boolean ) : System.int;
System.int Replace( System.string* what, System.string* replacement, LookAt lookAt, SearchOrder searchOrder, System.bool matchCase )
System.int Replace( System.String^ what, System.String^ replacement, LookAt lookAt, SearchOrder searchOrder, System.bool matchCase )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2