Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbookSet Interface / Culture Property


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

    Property Value

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