Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorkbookSet Class / Culture Property


In This Topic
    Culture Property (WorkbookSet)
    In This Topic
    Gets or sets the System.Globalization.CultureInfo of this workbook set.
    Syntax
    'Declaration
     
    
    Public Property Culture As CultureInfo
    'Usage
     
    
    Dim instance As WorkbookSet
    Dim value As CultureInfo
     
    instance.Culture = value
     
    value = instance.Culture
    public CultureInfo Culture {get; set;}

    Property Value

    The System.Globalization.CultureInfo of this workbook set.
    See Also