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


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