Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / HideObj Class / HideObjEnumType Property


In This Topic
    HideObjEnumType Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property HideObjEnumType As HideObjEnum
    'Usage
     
    
    Dim instance As HideObj
    Dim value As HideObjEnum
     
    instance.HideObjEnumType = value
     
    value = instance.HideObjEnumType
    public HideObjEnum HideObjEnumType {get; set;}
    See Also