Determines whether the component is under strict standards-compliant mode.
Syntax
'Declaration
Public Function IsStrictMode() As Boolean
'Usage
Dim instance As FpSpread
Dim value As Boolean
value = instance.IsStrictMode()
public bool IsStrictMode()
See Also