Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / CurrencyCellType Class / GetPositiveFormatValue Method


In This Topic
    GetPositiveFormatValue Method (CurrencyCellType)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Protected Function GetPositiveFormatValue() As CurrencyPositiveFormat
    'Usage
     
    
    Dim instance As CurrencyCellType
    Dim value As CurrencyPositiveFormat
     
    value = instance.GetPositiveFormatValue()
    protected CurrencyPositiveFormat GetPositiveFormatValue()
    See Also