Add
İçindekiler
[
Saklamak
]Add(string, string)
Dosyanın yeni bir özel belge özelliğini oluşturur. PropertyType.String veri türü.
public DocumentProperty Add(string name, string value)
Parametre | Tip | Tanım |
---|---|---|
name | String | Mülkün adı. |
value | String | Mülkün değeri. |
Geri dönüş değeri
Yeni oluşturulan özellik nesnesi.
Ayrıca bakınız
- class DocumentProperty
- class CustomDocumentPropertyCollection
- ad alanı Aspose.Cells.Properties
- toplantı Aspose.Cells
Add(string, int)
Dosyanın yeni bir özel belge özelliğini oluşturur. PropertyType.Number veri türü.
public DocumentProperty Add(string name, int value)
Parametre | Tip | Tanım |
---|---|---|
name | String | Mülkün adı. |
value | Int32 | Mülkün değeri. |
Geri dönüş değeri
Yeni oluşturulan özellik nesnesi.
Ayrıca bakınız
- class DocumentProperty
- class CustomDocumentPropertyCollection
- ad alanı Aspose.Cells.Properties
- toplantı Aspose.Cells
Add(string, DateTime)
Dosyanın yeni bir özel belge özelliğini oluşturur. PropertyType.DateTime veri türü.
public DocumentProperty Add(string name, DateTime value)
Parametre | Tip | Tanım |
---|---|---|
name | String | Mülkün adı. |
value | DateTime | Mülkün değeri. |
Geri dönüş değeri
Yeni oluşturulan özellik nesnesi.
Ayrıca bakınız
- class DocumentProperty
- class CustomDocumentPropertyCollection
- ad alanı Aspose.Cells.Properties
- toplantı Aspose.Cells
Add(string, bool)
Dosyanın yeni bir özel belge özelliğini oluşturur. PropertyType.Boole veri türü.
public DocumentProperty Add(string name, bool value)
Parametre | Tip | Tanım |
---|---|---|
name | String | Mülkün adı. |
value | Boolean | Mülkün değeri. |
Geri dönüş değeri
Yeni oluşturulan özellik nesnesi.
Ayrıca bakınız
- class DocumentProperty
- class CustomDocumentPropertyCollection
- ad alanı Aspose.Cells.Properties
- toplantı Aspose.Cells
Add(string, double)
Dosyanın yeni bir özel belge özelliğini oluşturur. PropertyType.Float veri türü.
public DocumentProperty Add(string name, double value)
Parametre | Tip | Tanım |
---|---|---|
name | String | Mülkün adı. |
value | Double | Mülkün değeri. |
Geri dönüş değeri
Yeni oluşturulan özellik nesnesi.
Ayrıca bakınız
- class DocumentProperty
- class CustomDocumentPropertyCollection
- ad alanı Aspose.Cells.Properties
- toplantı Aspose.Cells