PutValue
İçindekiler
[
Saklamak
]PutValue(DateTime)
Hücreye bir DateTime değeri koyar.
public void PutValue(DateTime param_date)
Parametre | Tip | Tanım |
---|---|---|
param_date | DateTime | Girdi değeri |
Ayrıca bakınız
- class GridCell
- ad alanı Aspose.Cells.GridDesktop.Data
- toplantı Aspose.Cells.GridDesktop
PutValue(string)
Hücreye bir Dize değeri koyar.
public void PutValue(string param_string)
Parametre | Tip | Tanım |
---|---|---|
param_string | String | Girdi değeri |
Ayrıca bakınız
- class GridCell
- ad alanı Aspose.Cells.GridDesktop.Data
- toplantı Aspose.Cells.GridDesktop
PutValue(object)
setValue(Object param_object) ile aynı hücreye bir nesne değeri koyar
public void PutValue(object param_object)
Parametre | Tip | Tanım |
---|---|---|
objectValue | Object | Girdi değeri |
Ayrıca bakınız
- class GridCell
- ad alanı Aspose.Cells.GridDesktop.Data
- toplantı Aspose.Cells.GridDesktop
PutValue(int)
Hücreye bir int değeri koyar.
public void PutValue(int param_int)
Parametre | Tip | Tanım |
---|---|---|
param_int | Int32 | Girdi değeri |
Ayrıca bakınız
- class GridCell
- ad alanı Aspose.Cells.GridDesktop.Data
- toplantı Aspose.Cells.GridDesktop
PutValue(string, bool, bool)
Hücreye bir değer koyar, uygunsa değer başka bir veri tipine dönüştürülür ve hücrenin sayı formatı sıfırlanır.
public void PutValue(string stringValue, bool isConverted, bool setStyle)
Parametre | Tip | Tanım |
---|---|---|
stringValue | String | Girdi değeri |
isConverted | Boolean | Doğru: uygunsa diğer veri türlerine dönüştürülür. |
setStyle | Boolean | Doğru: diğer veri türüne dönüştürürken sayı biçimini hücrenin stiline ayarlayın |
Ayrıca bakınız
- class GridCell
- ad alanı Aspose.Cells.GridDesktop.Data
- toplantı Aspose.Cells.GridDesktop
PutValue(string, bool)
Hücreye bir dize değeri koyar ve uygunsa değeri başka bir veri türüne dönüştürür.
public void PutValue(string stringValue, bool isConverted)
Parametre | Tip | Tanım |
---|---|---|
stringValue | String | Girdi değeri |
isConverted | Boolean | Doğru: uygunsa diğer veri türlerine dönüştürülür. |
Ayrıca bakınız
- class GridCell
- ad alanı Aspose.Cells.GridDesktop.Data
- toplantı Aspose.Cells.GridDesktop
PutValue(bool)
Hücreye bir boole değeri koyar.
public void PutValue(bool param_boolean)
Parametre | Tip | Tanım |
---|---|---|
param_boolean | Boolean | Girdi değeri |
Ayrıca bakınız
- class GridCell
- ad alanı Aspose.Cells.GridDesktop.Data
- toplantı Aspose.Cells.GridDesktop
PutValue(double)
Hücreye bir çift değer koyar.
public void PutValue(double param_double)
Parametre | Tip | Tanım |
---|---|---|
param_double | Double | Girdi değeri |
Ayrıca bakınız
- class GridCell
- ad alanı Aspose.Cells.GridDesktop.Data
- toplantı Aspose.Cells.GridDesktop