PutValue
Innehåll
[
Dölj
]PutValue(DateTime)
Lägger in ett DateTime-värde i cellen.
public void PutValue(DateTime param_date)
| Parameter | Typ | Beskrivning |
|---|---|---|
| param_date | DateTime | Ingångsvärde |
Se även
- class GridCell
- namnutrymme Aspose.Cells.GridWeb.Data
- hopsättning Aspose.Cells.GridWeb
PutValue(string)
Lägger in ett strängvärde i cellen.
public void PutValue(string param_string)
| Parameter | Typ | Beskrivning |
|---|---|---|
| param_string | String | Ingångsvärde |
Se även
- class GridCell
- namnutrymme Aspose.Cells.GridWeb.Data
- hopsättning Aspose.Cells.GridWeb
PutValue(object)
Lägger in ett objektvärde i cell.same as setValue(Object param_object)
public void PutValue(object param_object)
| Parameter | Typ | Beskrivning |
|---|---|---|
| objectValue | Object | ingångsvärde |
Se även
- class GridCell
- namnutrymme Aspose.Cells.GridWeb.Data
- hopsättning Aspose.Cells.GridWeb
PutValue(int)
Lägger in ett int-värde i cellen.
public void PutValue(int param_int)
| Parameter | Typ | Beskrivning |
|---|---|---|
| param_int | Int32 | Ingångsvärde |
Se även
- class GridCell
- namnutrymme Aspose.Cells.GridWeb.Data
- hopsättning Aspose.Cells.GridWeb
PutValue(string, bool, bool)
Lägger in ett värde i cellen, om så är lämpligt kommer värdet att konverteras till annan datatyp och cellens talformat återställs.
public void PutValue(string stringValue, bool isConverted, bool setStyle)
| Parameter | Typ | Beskrivning |
|---|---|---|
| stringValue | String | Ingångsvärde |
| isConverted | Boolean | Sant: konverteras till annan datatyp om så är lämpligt. |
| setStyle | Boolean | Sant: ställ in talformatet till cellens stil vid konvertering till annan datatyp |
Se även
- class GridCell
- namnutrymme Aspose.Cells.GridWeb.Data
- hopsättning Aspose.Cells.GridWeb
PutValue(string, bool)
Lägger in ett strängvärde i cellen och konverterar värdet till annan datatyp om så är lämpligt.
public void PutValue(string stringValue, bool isConverted)
| Parameter | Typ | Beskrivning |
|---|---|---|
| stringValue | String | Ingångsvärde |
| isConverted | Boolean | Sant: konverteras till annan datatyp om så är lämpligt. |
Se även
- class GridCell
- namnutrymme Aspose.Cells.GridWeb.Data
- hopsättning Aspose.Cells.GridWeb
PutValue(bool)
Lägger ett booleskt värde i cellen.
public void PutValue(bool param_boolean)
| Parameter | Typ | Beskrivning |
|---|---|---|
| param_boolean | Boolean | Ingångsvärde |
Se även
- class GridCell
- namnutrymme Aspose.Cells.GridWeb.Data
- hopsättning Aspose.Cells.GridWeb
PutValue(double)
Lägger ett dubbelt värde i cellen.
public void PutValue(double param_double)
| Parameter | Typ | Beskrivning |
|---|---|---|
| param_double | Double | Ingångsvärde |
Se även
- class GridCell
- namnutrymme Aspose.Cells.GridWeb.Data
- hopsättning Aspose.Cells.GridWeb