Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ExcelScript.WorksheetCustomProperty interface
- Package:
- ExcelScript
Represents a worksheet-level custom property.
Remarks
Used by
Methods
| delete() | Deletes the custom property. |
| getKey() | Gets the key of the custom property. Custom property keys are case-insensitive. The key is limited to 255 characters (larger values will cause an |
| getValue() | Specifies the value of the custom property. |
| setValue(value) | Specifies the value of the custom property. |
Method Details
delete()
Deletes the custom property.
delete(): void;
Returns
void
getKey()
Gets the key of the custom property. Custom property keys are case-insensitive. The key is limited to 255 characters (larger values will cause an InvalidArgument error to be thrown.)
getKey(): string;
Returns
string
getValue()
Specifies the value of the custom property.
getValue(): string;
Returns
string
setValue(value)
Specifies the value of the custom property.
setValue(value: string): void;
Parameters
- value
-
string
Returns
void
Office Scripts
Feedback
Was this page helpful?
