ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Cells Namespace / DDCell Class / SetValue Method / SetValue(String) Method
The string value to store as this cell's current value.

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

    Parameters

    sValue
    The string value to store as this cell's current value.
    See Also