ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Cells Namespace / DDCell Class / GetValue Method

In This Topic
    GetValue Method (DDCell)
    In This Topic
    Returns the cell's current value.
    Syntax
    'Declaration
     
    Public Function GetValue() As Object
    public object GetValue()

    Return Value

    Return type can be one of the following: A null reference (for a CellTypes.Blank cell type), System.String (for a CellTypes.Label cell type), System.Double (for a CellTypes.Number cell type), or one of the values in the BiffCellBoolErrValues enumeration (for CellTypes.BoolErr cell type). Use the DDCell's Type property to determine the type of the cell before returning the value, or check the type of the returned value.
    See Also