FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / TextCellType Class / SetCurrentCulture Method
Culture information setting


In This Topic
SetCurrentCulture Method (TextCellType)
In This Topic
Gets or sets the current culture.
Syntax
'Declaration
 
Public Overridable Sub SetCurrentCulture( _
   ByVal culture As CultureInfo _
) 
 
'Usage
 
Dim instance As TextCellType
Dim culture As CultureInfo
 
instance.SetCurrentCulture(culture)

Parameters

culture
Culture information setting
See Also