Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / TriCoordCellData Class / Value Field


In This Topic
    Value Field
    In This Topic
    Syntax
    'Declaration
     
    
    Public Value As Object
    'Usage
     
    
    Dim instance As TriCoordCellData
    Dim value As Object
     
    value = instance.Value
     
    instance.Value = value
    public object Value
    See Also