ContainsScientificFormat Method
In This Topic
Gets a value indicating whether this
IFormatter contains scientific format in the section formatter.
Syntax
'Declaration
Function ContainsScientificFormat( _
Optional ByVal As Integer _
) As Boolean
'Usage
Dim instance As IFormatter
Dim section As Integer
Dim value As Boolean
value = instance.ContainsScientificFormat(section)
bool ContainsScientificFormat(
int
)
Parameters
- section
- Index of section that need to check whether it contains scientific format. -1 to check all sections
See Also