ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Cells Namespace / DDCell Class / SetValue Method / SetValue(BiffCellBoolErrValues) Method
The boolean value to be stored in this cell.

In This Topic
    SetValue(BiffCellBoolErrValues) Method
    In This Topic
    Sets the cell type to DDCellType.Boolean and assigns the specified string value to the cell.
    Syntax
    'Declaration
     
    Public Overloads Sub SetValue( _
       ByVal boolerrValue As BiffCellBoolErrValues _
    ) 
    public void SetValue( 
       BiffCellBoolErrValues boolerrValue
    )

    Parameters

    boolerrValue
    The boolean value to be stored in this cell.
    See Also