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

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

    Parameters

    sValue
    The string value to be stored in this cell.
    See Also