Set
Leave feedback
On this page
Adds or replaces the metadata property with the specified name.
public void Set(string propertyName, string value)
| Parameter | Type | Description |
|---|---|---|
| propertyName | String | The property name. |
| value | String | The property value. |
- class SpreadsheetPackage
- namespace GroupDocs.Metadata.Formats.Document
- assembly GroupDocs.Metadata
Adds or replaces the metadata property with the specified name.
public void Set(string propertyName, bool value)
| Parameter | Type | Description |
|---|---|---|
| propertyName | String | The property name. |
| value | Boolean | The property value. |
- class SpreadsheetPackage
- namespace GroupDocs.Metadata.Formats.Document
- assembly GroupDocs.Metadata
Adds or replaces the metadata property with the specified name.
public void Set(string propertyName, DateTime value)
| Parameter | Type | Description |
|---|---|---|
| propertyName | String | The property name. |
| value | DateTime | The property value. |
- class SpreadsheetPackage
- namespace GroupDocs.Metadata.Formats.Document
- assembly GroupDocs.Metadata
Adds or replaces the metadata property with the specified name.
public void Set(string propertyName, int value)
| Parameter | Type | Description |
|---|---|---|
| propertyName | String | The property name. |
| value | Int32 | The property value. |
- class SpreadsheetPackage
- namespace GroupDocs.Metadata.Formats.Document
- assembly GroupDocs.Metadata
Adds or replaces the metadata property with the specified name.
public void Set(string propertyName, double value)
| Parameter | Type | Description |
|---|---|---|
| propertyName | String | The property name. |
| value | Double | The property value. |
- class SpreadsheetPackage
- namespace GroupDocs.Metadata.Formats.Document
- assembly GroupDocs.Metadata
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.