Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OBJ Class / nts Property


In This Topic
    nts Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property nts As FtNts
    'Usage
     
    
    Dim instance As OBJ
    Dim value As FtNts
     
    instance.nts = value
     
    value = instance.nts
    public FtNts nts {get; set;}
    See Also