Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Surf Class / fFillSurface Property


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