mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
Clarifying numberFormatLocal description (#37410)
This commit is contained in:
committed by
Nathan Shively-Sanders
parent
c58a884ed9
commit
c15bcd2e68
23
types/office-js-preview/index.d.ts
vendored
23
types/office-js-preview/index.d.ts
vendored
@@ -21281,8 +21281,9 @@ declare namespace Excel {
|
||||
numberFormat: any[][];
|
||||
/**
|
||||
*
|
||||
* Represents Excel's number format code for the given range as a string in the language of the user.
|
||||
* Represents Excel's number format code for the given range, based on the language settings of the user.
|
||||
When setting number format local to a range, the value argument can be either a single value (string) or a two-dimensional array. If the argument is a single value, it will be applied to all cells in the range.
|
||||
Excel does not perform any language or format coercion when getting or setting the `numberFormatLocal` property. Any returned text uses the locally-formatted strings based on the language specified in the system settings.
|
||||
*
|
||||
* [Api set: ExcelApi 1.7]
|
||||
*/
|
||||
@@ -45590,8 +45591,9 @@ declare namespace Excel {
|
||||
numberFormat?: any[][];
|
||||
/**
|
||||
*
|
||||
* Represents Excel's number format code for the given range as a string in the language of the user.
|
||||
When setting number format local to a range, the value argument can be either a single value (string) or a two-dimensional array. If the argument is a single value, it will be applied to all cells in the range.
|
||||
* Represents Excel's number format code for the given range, based on the language settings of the user.
|
||||
When setting number format local to a range, the value argument can be either a single value (string) or a two-dimensional array. If the argument is a single value, it will be applied to all cells in the range.
|
||||
Excel does not perform any language or format coercion when getting or setting the `numberFormatLocal` property. Any returned text uses the locally-formatted strings based on the language specified in the system settings.
|
||||
*
|
||||
* [Api set: ExcelApi 1.7]
|
||||
*/
|
||||
@@ -50597,8 +50599,9 @@ declare namespace Excel {
|
||||
numberFormat?: any[][];
|
||||
/**
|
||||
*
|
||||
* Represents Excel's number format code for the given range as a string in the language of the user.
|
||||
When setting number format local to a range, the value argument can be either a single value (string) or a two-dimensional array. If the argument is a single value, it will be applied to all cells in the range.
|
||||
* Represents Excel's number format code for the given range, based on the language settings of the user.
|
||||
When setting number format local to a range, the value argument can be either a single value (string) or a two-dimensional array. If the argument is a single value, it will be applied to all cells in the range.
|
||||
Excel does not perform any language or format coercion when getting or setting the `numberFormatLocal` property. Any returned text uses the locally-formatted strings based on the language specified in the system settings.
|
||||
*
|
||||
* [Api set: ExcelApi 1.7]
|
||||
*/
|
||||
@@ -56701,8 +56704,9 @@ declare namespace Excel {
|
||||
numberFormat?: boolean;
|
||||
/**
|
||||
*
|
||||
* Represents Excel's number format code for the given range as a string in the language of the user.
|
||||
When setting number format local to a range, the value argument can be either a single value (string) or a two-dimensional array. If the argument is a single value, it will be applied to all cells in the range.
|
||||
* Represents Excel's number format code for the given range, based on the language settings of the user.
|
||||
When setting number format local to a range, the value argument can be either a single value (string) or a two-dimensional array. If the argument is a single value, it will be applied to all cells in the range.
|
||||
Excel does not perform any language or format coercion when getting or setting the `numberFormatLocal` property. Any returned text uses the locally-formatted strings based on the language specified in the system settings.
|
||||
*
|
||||
* [Api set: ExcelApi 1.7]
|
||||
*/
|
||||
@@ -64028,8 +64032,9 @@ declare namespace Excel {
|
||||
numberFormat?: boolean;
|
||||
/**
|
||||
*
|
||||
* For EACH ITEM in the collection: Represents Excel's number format code for the given range as a string in the language of the user.
|
||||
When setting number format local to a range, the value argument can be either a single value (string) or a two-dimensional array. If the argument is a single value, it will be applied to all cells in the range.
|
||||
* For EACH ITEM in the collection: Represents Excel's number format code for the given range, based on the language settings of the user.
|
||||
When setting number format local to a range, the value argument can be either a single value (string) or a two-dimensional array. If the argument is a single value, it will be applied to all cells in the range.
|
||||
Excel does not perform any language or format coercion when getting or setting the `numberFormatLocal` property. Any returned text uses the locally-formatted strings based on the language specified in the system settings.
|
||||
*
|
||||
* [Api set: ExcelApi 1.7]
|
||||
*/
|
||||
|
||||
23
types/office-js/index.d.ts
vendored
23
types/office-js/index.d.ts
vendored
@@ -20021,8 +20021,9 @@ declare namespace Excel {
|
||||
numberFormat: any[][];
|
||||
/**
|
||||
*
|
||||
* Represents Excel's number format code for the given range as a string in the language of the user.
|
||||
* Represents Excel's number format code for the given range, based on the language settings of the user.
|
||||
When setting number format local to a range, the value argument can be either a single value (string) or a two-dimensional array. If the argument is a single value, it will be applied to all cells in the range.
|
||||
Excel does not perform any language or format coercion when getting or setting the `numberFormatLocal` property. Any returned text uses the locally-formatted strings based on the language specified in the system settings.
|
||||
*
|
||||
* [Api set: ExcelApi 1.7]
|
||||
*/
|
||||
@@ -42419,8 +42420,9 @@ declare namespace Excel {
|
||||
numberFormat?: any[][];
|
||||
/**
|
||||
*
|
||||
* Represents Excel's number format code for the given range as a string in the language of the user.
|
||||
When setting number format local to a range, the value argument can be either a single value (string) or a two-dimensional array. If the argument is a single value, it will be applied to all cells in the range.
|
||||
* Represents Excel's number format code for the given range, based on the language settings of the user.
|
||||
When setting number format local to a range, the value argument can be either a single value (string) or a two-dimensional array. If the argument is a single value, it will be applied to all cells in the range.
|
||||
Excel does not perform any language or format coercion when getting or setting the `numberFormatLocal` property. Any returned text uses the locally-formatted strings based on the language specified in the system settings.
|
||||
*
|
||||
* [Api set: ExcelApi 1.7]
|
||||
*/
|
||||
@@ -47106,8 +47108,9 @@ declare namespace Excel {
|
||||
numberFormat?: any[][];
|
||||
/**
|
||||
*
|
||||
* Represents Excel's number format code for the given range as a string in the language of the user.
|
||||
When setting number format local to a range, the value argument can be either a single value (string) or a two-dimensional array. If the argument is a single value, it will be applied to all cells in the range.
|
||||
* Represents Excel's number format code for the given range, based on the language settings of the user.
|
||||
When setting number format local to a range, the value argument can be either a single value (string) or a two-dimensional array. If the argument is a single value, it will be applied to all cells in the range.
|
||||
Excel does not perform any language or format coercion when getting or setting the `numberFormatLocal` property. Any returned text uses the locally-formatted strings based on the language specified in the system settings.
|
||||
*
|
||||
* [Api set: ExcelApi 1.7]
|
||||
*/
|
||||
@@ -52768,8 +52771,9 @@ declare namespace Excel {
|
||||
numberFormat?: boolean;
|
||||
/**
|
||||
*
|
||||
* Represents Excel's number format code for the given range as a string in the language of the user.
|
||||
When setting number format local to a range, the value argument can be either a single value (string) or a two-dimensional array. If the argument is a single value, it will be applied to all cells in the range.
|
||||
* Represents Excel's number format code for the given range, based on the language settings of the user.
|
||||
When setting number format local to a range, the value argument can be either a single value (string) or a two-dimensional array. If the argument is a single value, it will be applied to all cells in the range.
|
||||
Excel does not perform any language or format coercion when getting or setting the `numberFormatLocal` property. Any returned text uses the locally-formatted strings based on the language specified in the system settings.
|
||||
*
|
||||
* [Api set: ExcelApi 1.7]
|
||||
*/
|
||||
@@ -59827,8 +59831,9 @@ declare namespace Excel {
|
||||
numberFormat?: boolean;
|
||||
/**
|
||||
*
|
||||
* For EACH ITEM in the collection: Represents Excel's number format code for the given range as a string in the language of the user.
|
||||
When setting number format local to a range, the value argument can be either a single value (string) or a two-dimensional array. If the argument is a single value, it will be applied to all cells in the range.
|
||||
* For EACH ITEM in the collection: Represents Excel's number format code for the given range, based on the language settings of the user.
|
||||
When setting number format local to a range, the value argument can be either a single value (string) or a two-dimensional array. If the argument is a single value, it will be applied to all cells in the range.
|
||||
Excel does not perform any language or format coercion when getting or setting the `numberFormatLocal` property. Any returned text uses the locally-formatted strings based on the language specified in the system settings.
|
||||
*
|
||||
* [Api set: ExcelApi 1.7]
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user