Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / CellValue Structure / CellValue Constructor / CellValue Constructor(TimeSpan)


In This Topic
    CellValue Constructor(TimeSpan)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal value As TimeSpan _
    )
    'Usage
     
    
    Dim value As TimeSpan
     
    Dim instance As New CellValue(value)
    public CellValue( 
       TimeSpan value
    )

    Parameters

    value
    See Also