IsFormatterSet Method (StyleInfo)
In This Topic
Gets whether the formatter for the cell (Formatter property) is set.
Syntax
'Declaration
Public Overrides Function IsFormatterSet() As Boolean
'Usage
Dim instance As StyleInfo
Dim value As Boolean
value = instance.IsFormatterSet()
public override bool IsFormatterSet()
See Also