Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFormatter Interface / Culture Property


In This Topic
    Culture Property (IFormatter)
    In This Topic
    Gets the culture for the current formatter.
    Syntax
    'Declaration
     
    
    ReadOnly Property Culture As CultureInfo
    'Usage
     
    
    Dim instance As IFormatter
    Dim value As CultureInfo
     
    value = instance.Culture
    CultureInfo Culture {get;}
    See Also