ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Cells Namespace / DDCell Class / SetValue Method / SetValue(BiffCellBoolErrValues) Method

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

    Parameters

    boolerrValue
    See Also