Click or drag to resize

OnDemandDataObjectRemoveFormat Method (String)

Removes a format.

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

Parameters

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