Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtFOPTE Class / op Property


In This Topic
    op Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property op As Integer
    'Usage
     
    
    Dim instance As OfficeArtFOPTE
    Dim value As Integer
     
    instance.op = value
     
    value = instance.op
    public int op {get; set;}
    See Also