Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ShtProps Class / fManSerAlloc Property


In This Topic
    fManSerAlloc Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property fManSerAlloc As Byte
    'Usage
     
    
    Dim instance As ShtProps
    Dim value As Byte
     
    instance.fManSerAlloc = value
     
    value = instance.fManSerAlloc
    public byte fManSerAlloc {get; set;}
    See Also