public class SpreadsheetOptions extends java.lang.Object implements ISpreadsheetOptions
Represents options which can be used to specify additional spreadsheets behavior.
Constructor and Description |
---|
SpreadsheetOptions()
Initializes a new instance of the
SpreadsheetOptions class. |
Modifier and Type | Method and Description |
---|---|
java.util.Locale |
getPreferredCulture()
Gets or sets preferred culture information for calculating some functions intended for use with languages
that use the double-byte character set (DBCS).
|
void |
setPreferredCulture(java.util.Locale value)
Gets or sets preferred culture information for calculating some functions intended for use with languages
that use the double-byte character set (DBCS).
|
public SpreadsheetOptions()
Initializes a new instance of the SpreadsheetOptions
class.
public final java.util.Locale getPreferredCulture()
Gets or sets preferred culture information for calculating some functions intended for use with languages that use the double-byte character set (DBCS).
getPreferredCulture
in interface ISpreadsheetOptions
public final void setPreferredCulture(java.util.Locale value)
Gets or sets preferred culture information for calculating some functions intended for use with languages that use the double-byte character set (DBCS).
setPreferredCulture
in interface ISpreadsheetOptions
Copyright © 2004-2020 Aspose Pty Ltd. All Rights Reserved.