[]
        
(Showing Draft Content)

GrapeCity.SpreadBuilder.Cells.DDCell.SetValue

SetValue Method

SetValue(double)

Sets the cell type to DDCellType.Number and assigns the specified numeric value to the cell.

Declaration
public void SetValue(double dblValue)
Parameters
Type Name Description
double dblValue

The numeric value to be stored in this cell.

SetValue(string)

Sets the cell type to DDCellType.Label and assigns the specified string value to the cell.

Declaration
public void SetValue(string sValue)
Parameters
Type Name Description
string sValue

The string value to be stored in this cell.

SetValue(BiffCellBoolErrValues)

Sets the cell type to DDCellType.Boolean and assigns the specified string value to the cell.

Declaration
public void SetValue(BiffCellBoolErrValues boolerrValue)
Parameters
Type Name Description
BiffCellBoolErrValues boolerrValue

The boolean value to be stored in this cell.