PutValue
PutValue(bool)
Hücreye bir boole değeri koyar.
public void PutValue(bool boolValue)
Parametre | Tip | Tanım |
---|---|---|
boolValue | Boolean |
Ayrıca bakınız
- class Cell
- ad alanı Aspose.Cells
- toplantı Aspose.Cells
PutValue(int)
Hücreye bir tamsayı değeri koyar.
public void PutValue(int intValue)
Parametre | Tip | Tanım |
---|---|---|
intValue | Int32 | Girdi değeri |
Ayrıca bakınız
- class Cell
- ad alanı Aspose.Cells
- toplantı Aspose.Cells
PutValue(double)
Hücreye bir çift değer koyar.
public void PutValue(double doubleValue)
Parametre | Tip | Tanım |
---|---|---|
doubleValue | Double | Girdi değeri |
Ayrıca bakınız
- class Cell
- ad alanı Aspose.Cells
- toplantı Aspose.Cells
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 Cell
- ad alanı Aspose.Cells
- toplantı Aspose.Cells
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 Cell
- ad alanı Aspose.Cells
- toplantı Aspose.Cells
PutValue(string)
Hücreye bir dize değeri koyar.
public void PutValue(string stringValue)
Parametre | Tip | Tanım |
---|---|---|
stringValue | String | Girdi değeri |
Ayrıca bakınız
- class Cell
- ad alanı Aspose.Cells
- toplantı Aspose.Cells
PutValue(DateTime)
Hücreye bir DateTime değeri koyar.
public void PutValue(DateTime dateTime)
Parametre | Tip | Tanım |
---|---|---|
dateTime | DateTime | Girdi değeri |
Ayrıca bakınız
- class Cell
- ad alanı Aspose.Cells
- toplantı Aspose.Cells
PutValue(object)
Hücreye bir nesne değeri koyar.
public void PutValue(object objectValue)
Parametre | Tip | Tanım |
---|---|---|
objectValue | Object | Girdi değeri |
Ayrıca bakınız
- class Cell
- ad alanı Aspose.Cells
- toplantı Aspose.Cells