[]
Gets a value indicating whether this IFormatter contains scientific format in the section formatter.
bool ContainsScientificFormat(int section = -1)
Function ContainsScientificFormat(Optional section As Integer = -1) As Boolean
| Type | Name | Description |
|---|---|---|
| int | section | Index of section that need to check whether it contains scientific format. -1 to check all sections |
| Type | Description |
|---|---|
| bool |
|