Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Picf Class / fSide Property


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