Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / CRN Class / crnOper Property


In This Topic
    crnOper Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property crnOper As SerAr()
    'Usage
     
    
    Dim instance As CRN
    Dim value() As SerAr
     
    instance.crnOper = value
     
    value = instance.crnOper
    public SerAr[] crnOper {get; set;}
    See Also