Click or drag to resize

OnDemandDataObjectRemoveFormat Method (String)

Removes a format.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public void RemoveFormat(
	string format
)

Parameters

format
Type: SystemString
The format name.
Exceptions
ExceptionCondition
ArgumentNullExceptionformat is null.
See Also