[]
Sets the cell type to DDCellType.Number and assigns the specified numeric value to the cell.
public void SetValue(double dblValue)
| Type | Name | Description |
|---|---|---|
| double | dblValue | The numeric value to be stored in this cell. |
Sets the cell type to DDCellType.Label and assigns the specified string value to the cell.
public void SetValue(string sValue)
| Type | Name | Description |
|---|---|---|
| string | sValue | The string value to be stored in this cell. |
Sets the cell type to DDCellType.Boolean and assigns the specified string value to the cell.
public void SetValue(BiffCellBoolErrValues boolerrValue)
| Type | Name | Description |
|---|---|---|
| BiffCellBoolErrValues | boolerrValue | The boolean value to be stored in this cell. |