Set
Contenuti
[
Nascondere
]
Set(string, string)
Aggiunge o sostituisce la proprietà dei metadati con il nome specificato.
public void Set(string propertyName, string value)
Parametro | Tipo | Descrizione |
---|---|---|
propertyName | String | Il nome della proprietà. |
value | String | Il valore della proprietà. |
Guarda anche
- class SpreadsheetPackage
- spazio dei nomi GroupDocs.Metadata.Formats.Document
- assemblea GroupDocs.Metadata
Set(string, bool)
Aggiunge o sostituisce la proprietà dei metadati con il nome specificato.
public void Set(string propertyName, bool value)
Parametro | Tipo | Descrizione |
---|---|---|
propertyName | String | Il nome della proprietà. |
value | Boolean | Il valore della proprietà. |
Guarda anche
- class SpreadsheetPackage
- spazio dei nomi GroupDocs.Metadata.Formats.Document
- assemblea GroupDocs.Metadata
Set(string, DateTime)
Aggiunge o sostituisce la proprietà dei metadati con il nome specificato.
public void Set(string propertyName, DateTime value)
Parametro | Tipo | Descrizione |
---|---|---|
propertyName | String | Il nome della proprietà. |
value | DateTime | Il valore della proprietà. |
Guarda anche
- class SpreadsheetPackage
- spazio dei nomi GroupDocs.Metadata.Formats.Document
- assemblea GroupDocs.Metadata
Set(string, int)
Aggiunge o sostituisce la proprietà dei metadati con il nome specificato.
public void Set(string propertyName, int value)
Parametro | Tipo | Descrizione |
---|---|---|
propertyName | String | Il nome della proprietà. |
value | Int32 | Il valore della proprietà. |
Guarda anche
- class SpreadsheetPackage
- spazio dei nomi GroupDocs.Metadata.Formats.Document
- assemblea GroupDocs.Metadata
Set(string, double)
Aggiunge o sostituisce la proprietà dei metadati con il nome specificato.
public void Set(string propertyName, double value)
Parametro | Tipo | Descrizione |
---|---|---|
propertyName | String | Il nome della proprietà. |
value | Double | Il valore della proprietà. |
Guarda anche
- class SpreadsheetPackage
- spazio dei nomi GroupDocs.Metadata.Formats.Document
- assemblea GroupDocs.Metadata