GridCell.PutValue
Contents
[
Hide
]PutValue(DateTime)
Puts a DateTime value into the cell.
public void PutValue(DateTime param_date)
| Parameter | Type | Description |
|---|---|---|
| param_date | DateTime | Input value |
See Also
- class GridCell
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop
PutValue(string)
Puts a String value into the cell.
public void PutValue(string param_string)
| Parameter | Type | Description |
|---|---|---|
| param_string | String | Input value |
See Also
- class GridCell
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop
PutValue(object)
Puts an object value into the cell.same as setValue(Object param_object)
public void PutValue(object objectValue)
| Parameter | Type | Description |
|---|---|---|
| objectValue | Object | input value |
See Also
- class GridCell
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop
PutValue(int)
Puts a int value into the cell.
public void PutValue(int intValue)
| Parameter | Type | Description |
|---|---|---|
| intValue | Int32 | Input value |
See Also
- class GridCell
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop
PutValue(string, bool, bool)
Puts a value into the cell, if appropriate the value will be converted to other data type and cell’s number format will be reset.
public void PutValue(string stringValue, bool isConverted, bool setStyle)
| Parameter | Type | Description |
|---|---|---|
| stringValue | String | Input value |
| isConverted | Boolean | True: converted to other data type if appropriate. |
| setStyle | Boolean | True: set the number format to cell’s style when converting to other data type |
See Also
- class GridCell
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop
PutValue(string, bool)
Puts a string value into the cell and converts the value to other data type if appropriate.
public void PutValue(string stringValue, bool isConverted)
| Parameter | Type | Description |
|---|---|---|
| stringValue | String | Input value |
| isConverted | Boolean | True: converted to other data type if appropriate. |
See Also
- class GridCell
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop
PutValue(bool)
Puts a boolean value into the cell.
public void PutValue(bool param_boolean)
| Parameter | Type | Description |
|---|---|---|
| param_boolean | Boolean | Input value |
See Also
- class GridCell
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop
PutValue(double)
Puts a double value into the cell.
public void PutValue(double param_double)
| Parameter | Type | Description |
|---|---|---|
| param_double | Double | Input value |
See Also
- class GridCell
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop