DataFormatterBase AsReadOnly Method TIBCO Spotfire 6.0 API Reference
Returns the given formatter if already read-only, otherwise a read-only copy.

Namespace: Spotfire.Dxp.Data.Formatters
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public static DataFormatterBase AsReadOnly(
	DataFormatterBase formatter
)

Return Value

Type: DataFormatterBase
A read-only formatter.
See Also