public interface ISpreadsheetOptions
Represents options which can be used to specify additional spreadsheets behavior.
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).
|
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).
Copyright © 2004-2020 Aspose Pty Ltd. All Rights Reserved.