skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • Roadmap
    • Release History
  • Docs & Support
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class SpreadsheetCultureInfo

Exposes the current culture's separators for numbers, currency, lists, arrays, dates, and times used in spreadsheet operations.

Inheritance
System.Object
SpreadsheetCultureInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Utilities
Assembly: Telerik.Windows.Documents.Spreadsheet.dll

Syntax

public static class SpreadsheetCultureInfo

Properties

ArrayListSeparator

The current culture's separator used for array columns in array formulas.

Declaration
public static string ArrayListSeparator { get; }
Property Value
System.String

The array list separator.

ArrayRowSeparator

The current culture's separator used for array rows in array formulas.

Declaration
public static string ArrayRowSeparator { get; }
Property Value
System.String

The array row separator.

CurrencyDecimalSeparator

The current culture's decimal separator used in currency formatting and parsing.

Declaration
public static string CurrencyDecimalSeparator { get; }
Property Value
System.String

The currency decimal separator.

CurrencyGroupSeparator

The current culture's thousands grouping separator used in currency formatting.

Declaration
public static string CurrencyGroupSeparator { get; }
Property Value
System.String

The currency group separator.

DateSeparator

The current culture's separator used between day, month, and year components in date formatting.

Declaration
public static string DateSeparator { get; }
Property Value
System.String

The date separator.

ListSeparator

The current culture's list separator used for function arguments in formulas (e.g., "," or ";").

Declaration
public static string ListSeparator { get; }
Property Value
System.String

The list separator.

NumberDecimalSeparator

The current culture's decimal separator used in number formatting and parsing (e.g., "." or ",").

Declaration
public static string NumberDecimalSeparator { get; }
Property Value
System.String

The number decimal separator.

NumberGroupSeparator

The current culture's thousands grouping separator used in number formatting (e.g., "," in "1,000").

Declaration
public static string NumberGroupSeparator { get; }
Property Value
System.String

The number group separator.

TextQualifier

The current culture's text qualifier used to delimit string literals in formulas and CSV data.

Declaration
public static string TextQualifier { get; }
Property Value
System.String

The text qualifier.

TimeSeparator

The current culture's separator used between hours, minutes, and seconds in time formatting.

Declaration
public static string TimeSeparator { get; }
Property Value
System.String

The time separator.

Getting Started
  • Getting Started
Support Resources
  • Documentation
Community
  • Forums
  • Blogs
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.