Spread Windows Forms 12.0 Product Documentation
ContainsPercentage Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IFormatter Interface : ContainsPercentage Method
Gets a value indicating whether this IFormatter contains percentage number format in the section formatter.
Syntax
'Declaration
 
Function ContainsPercentage() As Boolean
'Usage
 
Dim instance As IFormatter
Dim value As Boolean
 
value = instance.ContainsPercentage()
bool ContainsPercentage()

Return Value

true if this IFormatter contains percentage number format in the section formatter; otherwise, false.
See Also

Reference

IFormatter Interface
IFormatter Members